w3tc_varnish_http_ports, $ports
w3tc_varnish_http_ports, $ports
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_filters('w3tc_varnish_http_ports, $ports') is found 1 times:
- /Util_Url.php line 478
* @since 2.10.2 * * @param int[] $ports Allowed destination ports. */ $ports = \apply_filters( 'w3tc_varnish_http_ports', $ports ); if ( ! \is_array( $ports ) ) { return false; } $ports = \array_map( 'intval', $ports ); return \in_array( $port, $ports, true ); }