Changeset 3457898
- Timestamp:
- 02/10/2026 10:55:48 AM (4 weeks ago)
- File:
-
- 1 edited
-
rometheme-for-elementor/tags/2.0.0/RomeTheme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rometheme-for-elementor/tags/2.0.0/RomeTheme.php
r3457867 r3457898 39 39 \RTMKit\Core\Plugin::instance()->before_plugin_load(); 40 40 } 41 add_action(' init', function () {41 add_action('plugins_loaded', function () { 42 42 \RTMKit\Core\Plugin::instance()->pro_version_compatible_check(); 43 }, 0);43 }, 1); 44 44 45 45 add_action('init', function () {
Note: See TracChangeset
for help on using the changeset viewer.