Skip to content

Commit 900a6f5

Browse files
committed
make premium cta not dismissible
1 parent 7b5b242 commit 900a6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/admin/class-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ public function wpuf_premium_cta() {
403403

404404
if ( ! class_exists( 'WeForms_Pro' ) ) {
405405
?>
406-
<div class="notice updated premium-cta is-dismissible">
406+
<div class="notice updated premium-cta">
407407
<p style="display: flex;align-items: center;">
408408
<img style="padding-right:15px;" src="<?php echo WEFORMS_ASSET_URI . '/images/weforms-logo.png'; ?>">
409409
<?php _e( 'You&#39;re using weForms Free. For more features, modules and more consider upgrading to Pro.' , 'weforms' ); ?>

0 commit comments

Comments
 (0)