bbp_make_first_page_canonical

bbp_make_first_page_canonical

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_make_first_page_canonical') is found 1 times:

  • /includes/core/abstraction.php line 266
    			: preg_replace( '/&paged=1(?=[^0-9])/m', '', $pagination_links );
    	}
    
    	// Filter & return
    	return apply_filters( 'bbp_make_first_page_canonical', $retval, $pagination_links );
    }
    
    /**
     * A convenient wrapper for common calls to paginate_links(), complete with
     * support for parameters that aren't used internally by bbPress.
     *