HEX
Server: Apache
System: Linux web15f74.uni5.net 5.4.282-1.el8.elrepo.x86_64 #1 SMP Mon Aug 19 18:33:22 EDT 2024 x86_64
User: lucendi (859622)
PHP: 7.4.33
Disabled: apache_child_terminate,c99_buff_prepare,c99_sess_put,dl,exec,leak,link,myshellexec,openlog,passthru,pclose,pcntl_exec,php_check_syntax,php_strip_whitespace,popen,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,show_source,symlink,system,socket_listen,socket_create_listen,putenv
Upload Files
File: /home/lucendi/www/wp-content/plugins/cookie-law-info/legacy/admin/partials/wt-cli-update-banner.php
<?php
// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
	die;
}
$cli_uf_img = CLI_PLUGIN_URL . 'admin/images/upgrade-flow/';
?>
<div class="wt-cli-update-banner">
	<div class="wt-cli-update-banner-icon">
		<img src="<?php echo esc_url( $cli_uf_img . 'icon-warning-circle.svg' ); ?>" width="32" height="32" alt="">
	</div>
	<div class="wt-cli-update-banner-content">
		<p class="wt-cli-update-banner-title"><?php echo esc_html__( 'Your cookie banner is outdated, a new version is available!', 'cookie-law-info' ); ?></p>
		<p class="wt-cli-update-banner-desc">
			<?php echo esc_html__( 'Upgrade now for better performance, easier customisations, and continued compliance support. Revert anytime within 14 days.', 'cookie-law-info' ); ?>
		</p>
	</div>
	<button type="button" class="wt-cli-update-banner-btn" data-cli-open-modal="cli-modal-1">
		<?php echo esc_html__( 'Review & update', 'cookie-law-info' ); ?>
	</button>
</div>