bbp_register_view_popular

bbp_register_view_popular

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_register_view_popular') is found 1 times:

  • /bbpress.php line 712
    		// Popular topics
    		bbp_register_view(
    			'popular',
    			esc_html__( 'Most popular topics', 'bbpress' ),
    			apply_filters( 'bbp_register_view_popular', array(
    				'meta_key'      => '_bbp_reply_count',
    				'meta_type'     => 'NUMERIC',
    				'max_num_pages' => 1,
    				'orderby'       => 'meta_value_num',
    				'show_stickies' => false
    			)