edd_get_actions()

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

Used by 0 functions | Uses 0 functions

edd_post_actions()

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

Used by 0 functions | Uses 0 functions

edd_delayed_get_actions()

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

Used by 0 functions | Uses 0 functions