Files
torebki-fabiola.pl/wp-content/plugins/email-subscribers/lite/includes/notices/views/ig-es-halloween-offer.php
2026-03-05 13:07:40 +01:00

28 lines
665 B
PHP

<style type="text/css">
.ig_es_offer {
width:55%;
margin: 0 auto;
text-align: center;
padding-top: 1.2em;
}
</style>
<?php
if ( ( get_option( 'ig_es_offer_halloween_2022' ) !== 'yes' ) && ES()->is_offer_period( 'halloween' ) ) {
$notice_dismiss_url = wp_nonce_url(
add_query_arg(
array(
'es_dismiss_admin_notice' => 1,
'option_name' => 'offer_halloween_2022',
)
),
'es_dismiss_admin_notice'
);
?>
<div class="ig_es_offer">
<a target="_blank" href="<?php echo esc_url( $notice_dismiss_url ); ?>"><img src="<?php echo esc_url ( ES_PLUGIN_URL ); ?>/lite/admin/images/halloween-2022.png"/></a>
</div>
<?php } ?>