jetpack_photon_add_query_string_to_domain, false, $host
jetpack_photon_add_query_string_to_domain, false, $host
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_photon_add_query_string_to_domain, false, $host') is found 1 times:
- /jetpack_vendor/automattic/jetpack-publicize/src/class-focal-point.php line 372
* * @param bool false Should query strings be added to the image URL. Default is false. * @param string $host Image URL's host. */ return (bool) apply_filters( 'jetpack_photon_add_query_string_to_domain', false, $host ); } /** * Validate focal point shape. * * @param mixed $value Value to validate.