@@ -51,6 +51,9 @@ |
||
| 51 | 51 | return $acfActive && $flyntCoreActive; |
| 52 | 52 | } |
| 53 | 53 | |
| 54 | + /** |
|
| 55 | + * @param string $pluginName |
|
| 56 | + */ |
|
| 54 | 57 | protected static function notifyRequiredPluginIsMissing($pluginName) { |
| 55 | 58 | add_action('admin_notices', function () { |
| 56 | 59 | echo "<div class=\"error\"><p>${pluginName} Plugin not activated. Make sure you activate the plugin on the <a href=\"" |