bbp_make_first_page_canonical
bbp_make_first_page_canonical
Appears in: bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_make_first_page_canonical') is found 1 times:
- /includes/core/abstraction.php line 266262263264265266267268269270271272
: 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.
*