w3tc_environment_get_other_instructions
w3tc_environment_get_other_instructions
Appears in: w3-total-cache.2.8.0, w3-total-cache.2.8.10, w3-total-cache.2.8.11, w3-total-cache.2.8.12, w3-total-cache.2.8.2, w3-total-cache.2.8.6, w3-total-cache.2.8.7, w3-total-cache.2.8.8, w3-total-cache.2.8.9
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.8.9apply_filters('w3tc_environment_get_other_instructions') 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'; } }