Changeset 2939311
- Timestamp:
- 07/17/2023 08:10:08 AM (3 years ago)
- File:
-
- 1 edited
-
split-test-for-elementor/tags/1.6.7/plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
split-test-for-elementor/tags/1.6.7/plugin.php
r2939308 r2939311 174 174 do_action('split_test_for_elementor_after_init'); 175 175 176 //add_action( 'plugins_loaded', function() {177 //load_plugin_textdomain( 'split-test-for-elementor' );176 add_action( 'plugins_loaded', function() { 177 load_plugin_textdomain( 'split-test-for-elementor' ); 178 178 // if (is_admin()) { 179 179 // (new CacheCheckService())->runCheck(); 180 180 // } 181 //});181 }); 182 182 183 183 // Other startup stuff
Note: See TracChangeset
for help on using the changeset viewer.