Cloudflare\Zone\Settings::server_side_exclude PHP Метод

server_side_exclude() публичный Метод

For example: Bad visitors won't see my phone number, 555-555-5555 . Note: SSE only will work with HTML. If you have HTML minification enabled, you won't see the SSE tags in your HTML source when it's served through CloudFlare. SSE will still function in this case, as CloudFlare's HTML minification and SSE functionality occur on-the-fly as the resource moves through our network to the visitor's computer. (https://support.cloudflare.com/hc/en-us/articles/200170036)
public server_side_exclude ( string $zone_identifier )
$zone_identifier string API item identifier tag
    public function server_side_exclude($zone_identifier)
    {
        return $this->get('zones/' . $zone_identifier . '/settings/server_side_exclude');
    }