bbp_default_tab_index

bbp_default_tab_index

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_default_tab_index') is found 1 times:

  • /bbpress.php line 305
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
        $this->errors         = new WP_Error(); // Feedback
     
        /** Deprecated ********************************************************/
     
        $this->tab_index      = apply_filters( 'bbp_default_tab_index', 100 );
    }
     
    /**
     * Include required files
     *
     * @since 2.0.0 bbPress (r2626)