Plugin Directory

Changeset 2939311


Ignore:
Timestamp:
07/17/2023 08:10:08 AM (3 years ago)
Author:
rocketelements
Message:

Revert fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • split-test-for-elementor/tags/1.6.7/plugin.php

    r2939308 r2939311  
    174174do_action('split_test_for_elementor_after_init');
    175175
    176 //add_action( 'plugins_loaded', function() {
    177 //  load_plugin_textdomain( 'split-test-for-elementor' );
     176add_action( 'plugins_loaded', function() {
     177    load_plugin_textdomain( 'split-test-for-elementor' );
    178178//  if (is_admin()) {
    179179//      (new CacheCheckService())->runCheck();
    180180//  }
    181 //});
     181});
    182182
    183183// Other startup stuff
Note: See TracChangeset for help on using the changeset viewer.