jetpack_is_private_site

jetpack_is_private_site

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('jetpack_is_private_site') is found 1 times:

  • /vendor/automattic/jetpack-status/src/class-status.php line 359
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
             * @since 1.16.1
             *
             * @param bool $is_private_site True if the site is private.
             */
            $is_private_site = apply_filters( 'jetpack_is_private_site', $is_private_site );
     
            Cache::set( 'is_private_site', $is_private_site );
            return $is_private_site;
        }
        return $ret;
    }