-
apply_filters( 'bbp_default_tab_index', 100 )
Source Reference:
-
/** Misc **************************************************************/ // Errors $this->errors = new WP_Error(); // Views $this->views = array(); // Tab Index $this->tab_index = apply_filters( 'bbp_default_tab_index', 100 ); /** Cache *************************************************************/ // Add bbPress to global cache groups wp_cache_add_global_groups( 'bbpress' ); } /** * Include required files *
-