File "wp-serveur.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/wp-serveur.php
File size: 575 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

defined('ABSPATH') || exit;
add_filter('do_rocket_varnish_http_purge', '__return_true');
add_filter('rocket_cache_mandatory_cookies', '__return_empty_array', PHP_INT_MAX);
function rocket_wpserveur_varnish_field($settings)
{
    $settings['varnish_auto_purge']['title'] = sprintf(__('Your site is hosted on %s, we have enabled Varnish auto-purge for compatibility.', 'rocket'), 'WP Serveur');
    return $settings;
}
add_filter('rocket_varnish_field_settings', 'rocket_wpserveur_varnish_field');
add_filter('rocket_display_input_varnish_auto_purge', '__return_false');