bbp_register_view_no_replies

bbp_register_view_no_replies

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_register_view_no_replies') is found 1 times:

  • /bbpress.php line 725
    		// Topics with no replies
    		bbp_register_view(
    			'no-replies',
    			esc_html__( 'Topics with no replies', 'bbpress' ),
    			apply_filters( 'bbp_register_view_no_replies', array(
    				'meta_key'      => '_bbp_reply_count',
    				'meta_type'     => 'NUMERIC',
    				'meta_value'    => 1,
    				'meta_compare'  => '<',
    				'orderby'       => '',
    				'show_stickies' => false