Plugin Directory

Changeset 3457898


Ignore:
Timestamp:
02/10/2026 10:55:48 AM (4 weeks ago)
Author:
dickoandrean
Message:

update RomeTheme.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rometheme-for-elementor/tags/2.0.0/RomeTheme.php

    r3457867 r3457898  
    3939    \RTMKit\Core\Plugin::instance()->before_plugin_load();
    4040}
    41 add_action('init', function () {
     41add_action('plugins_loaded', function () {
    4242    \RTMKit\Core\Plugin::instance()->pro_version_compatible_check();
    43 }, 0);
     43}, 1);
    4444
    4545add_action('init', function () {
Note: See TracChangeset for help on using the changeset viewer.