Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
woocommerce-multilingual
/
classes
/
Utilities
:
ActionScheduler.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace WCML\Utilities; class ActionScheduler { /** * @return bool */ public static function isWcRunningFromAsyncActionScheduler(): bool { return function_exists( 'wc_is_running_from_async_action_scheduler' ) && wc_is_running_from_async_action_scheduler(); } }