File "html-notice-external-block.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/gplvault-updater/static/notices/html-notice-external-block.php
File size: 512 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

if (!defined('ABSPATH')) {
    exit;
}
$host = parse_url(GV_UPDATER_API_URL, PHP_URL_HOST);
?>
 <div id="gv_external_blocking_notice" class="notice notice-error">
	 <?php 
?>
                        <p><?php 
printf(__('<strong>Warning!</strong> You\'re blocking external requests which means you won\'t be able to get %1$s updates. Please add %2$s to %3$s.', 'gplvault'), __('GPLVault Plugins and Themes', 'gplvault'), '<strong>' . $host . '</strong>', '<code>WP_ACCESSIBLE_HOSTS</code>');
?></p>
</div>