@@ -3,7 +3,7 @@ |
||
3 | 3 | use Flynt\Features\Acf\OptionPages; |
4 | 4 | use Flynt\Features\AdminNotices\AdminNoticeManager; |
5 | 5 | |
6 | -add_action('init', function () { |
|
6 | +add_action('init', function() { |
|
7 | 7 | $someFeatureNumber = OptionPages::get('globalOptions', 'feature', 'someProductFeature', 'someFeatureNumber'); |
8 | 8 | if (!$someFeatureNumber) { |
9 | 9 | $manager = AdminNoticeManager::getInstance(); |