w3tc_environment_get_other_instructions, $other_areas
w3tc_environment_get_other_instructions, $other_areas
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_filters('w3tc_environment_get_other_instructions, $other_areas') is found 1 times:
- /Generic_Page_Install.php line 34
Warning: Undefined array key 39 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
if ( Util_Rule::can_check_rules() ) { $e = Dispatcher::component( 'Root_Environment' ); $rewrite_rules_descriptors = $e->get_required_rules( $this->_config ); $other_areas = $e->get_other_instructions( $this->_config ); $other_areas = apply_filters( 'w3tc_environment_get_other_instructions', $other_areas ); } include W3TC_INC_DIR . '/options/install.php'; } }