bbp_slug_conflict_check
bbp_slug_conflict_check
Appears in: bbpress.2.5.14, 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_slug_conflict_check') is found 1 times:
- /includes/admin/settings.php line 20192016201720182019202020212022202320242025
if
(
empty
(
$the_core_slugs
) ) {
// Slugs to check
$core_slugs
= apply_filters(
'bbp_slug_conflict_check'
,
array
(
/** WordPress Core ****************************************************/
// Core Post Types
'post_base'
=>
array
(
'name'
=> esc_html__(
'Posts'
,
'bbpress'
),
'default'
=>
'post'
,
'context'
=>
'WordPress'
),
'page_base'
=>
array
(
'name'
=> esc_html__(
'Pages'
,
'bbpress'
),
'default'
=>
'page'
,
'context'
=>
'WordPress'
),