jetpack_is_local_site

jetpack_is_local_site

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('jetpack_is_local_site') is found 1 times:

  • /vendor/automattic/jetpack-status/src/class-status.php line 205
    		 * @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;
    	}
    
    	/**