bbp_get_topics_pagination_base

bbp_get_topics_pagination_base

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topics_pagination_base') is found 1 times:

  • /includes/topics/template.php line 2948
    		$base = add_query_arg( 'paged', '%#%' );
    	}
    
    	// Filter & return
    	return apply_filters( 'bbp_get_topics_pagination_base', $base, $forum_id );
    }
    
    /**
     * Output the pagination count
     *
     * The results are unescaped by design, to allow them to be filtered freely via