wc_is_running_from_async_action_scheduler()
Test whether the context of execution comes from async action scheduler.
Description Description
Return Return
(bool)
Source Source
File: includes/wc-core-functions.php
function wc_is_running_from_async_action_scheduler() { return isset( $_REQUEST['action'] ) && 'as_async_request_queue_runner' === $_REQUEST['action']; }
Changelog Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |