bbp_slug_conflict_check

bbp_slug_conflict_check

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_slug_conflict_check') is found 1 times:

  • /includes/admin/settings.php line 2019
    2016
    2017
    2018
    2019
    2020
    2021
    2022
    2023
    2024
    2025
    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' ),