w3tc_environment_get_other_instructions

w3tc_environment_get_other_instructions

Hook Type: filter

See hook in core

Displaying hooks found in version: w3-total-cache.2.8.9

apply_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';
    	}
    }