$filter, $v
$filter, $v
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_filters('$filter, $v') is found 1 times:
- /Extensions_Plugin_Admin.php line 191
add_filter( $w3tc_hook, function ( $v ) use ( $filters_to_call ) { foreach ( $filters_to_call as $filter ) { $v = apply_filters( $filter, $v ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound } return $v; } ); }