edd_delayed_get_actions()
Call any actions that should have been delayed, in order to be sure that all necessary information has been loaded by WP Core.
Description Description
Hooks EDD actions, when present in the $_GET superglobal. Every edd_action present in $_POST is called using WordPress’s do_action function. These functions are called on template_redirect.
Return Return
(void)
Source Source
File: includes/actions.php
Changelog Changelog
Version | Description |
---|---|
2.9.4 | Introduced. |