jetpack_is_local_site, $is_local
jetpack_is_local_site, $is_local
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_is_local_site, $is_local') is found 1 times:
- /jetpack_vendor/automattic/jetpack-status/src/class-status.php line 169
* @since 1.3.0 * * @param bool $is_local If the current site is a local site. */ $is_local = apply_filters( 'jetpack_is_local_site', $is_local ); Cache::set( 'is_local_site', $is_local ); return $is_local; } /**