We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93cfac9 commit edc955dCopy full SHA for edc955d
library/Bootstrap.php
@@ -58,7 +58,7 @@
58
exit;
59
} else {
60
add_action('admin_notices', function () {
61
- echo '<div class="notice notice-success is-dismissible"><p>Please active ACF (PRO) to proceed.</p></div>';
+ echo '<div class="notice notice-error"><p>Please active ACF (PRO) to proceed.</p></div>';
62
});
63
}
64
0 commit comments