| @@ -34,8 +34,8 @@ | ||
| 34 | 34 | |
| 35 | 35 | // Support usage in themes - load this version if no plugin has loaded a version yet. |
| 36 | 36 | if (did_action('plugins_loaded') && !doing_action('plugins_loaded') && !class_exists('ActionScheduler', false)) { |
| 37 | 37 | fluentwp_scheduler_initialize(); // WRCS: DEFINED_VERSION. |
| 38 | - do_action('action_scheduler_pre_theme_init'); | |
| 38 | + do_action('action_scheduler_pre_theme_init'); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | |
| 39 | 39 | ActionScheduler_Versions::initialize_latest_version(); |
| 40 | 40 | } |
| 41 | 41 | } |