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
    		$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)