edd_is_delayed_action()
Function: Determine if the requested action needs to be delayed or not.
Source: includes/actions.php:133
Function: Determine if the requested action needs to be delayed or not.
Source: includes/actions.php:133
Function: Hooks EDD actions, when present in the $_GET superglobal. Every edd_action present in $_GET is called using WordPress’s do_action function. These functions are called on init.
Source: includes/actions.php:23
Function: Hooks EDD actions, when present in the $_POST superglobal. Every edd_action present in $_POST is called using WordPress’s do_action function. These functions are called on init.
Source: includes/actions.php:46
Function: Call any actions that should have been delayed, in order to be sure that all necessary information has been loaded by WP Core.
Source: includes/actions.php:72
Function: Call any actions that should have been delayed, in order to be sure that all necessary information has been loaded by WP Core.
Source: includes/actions.php:97
Function: Get the list of actions that EDD has determined need to be delayed past init.
Source: includes/actions.php:118