$w3tc_hook, $w3tc_value

$w3tc_hook, $w3tc_value

Hook Type: filter

See hook in core

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

apply_filters('$w3tc_hook, $w3tc_value') is found 1 times:

  • /w3-total-cache-api.php line 776
     *
     * @param string $w3tc_hook  Hook/filter name.
     * @param mixed  $w3tc_value Value.
     */
    function w3tc_apply_filters( $w3tc_hook, $w3tc_value ) {
    	$args = func_get_args();
    	array_shift( $args );
    
    	global $w3tc_actions;
    	if ( ! empty( $w3tc_actions[ $w3tc_hook ] ) ) {
    		foreach ( $w3tc_actions[ $w3tc_hook ] as $callback ) {