Package EPL\Functions\Actions
Functions summary
epl_process_actions | Hooks EPL front end actions, when present in the $_GET and $_POST superglobal. Every epl_action present in the $_GET or $_POST is called using WordPress's do_action function. Functions triggered on init hook. |
epl_process_admin_actions | Hooks EPL admin actions, when present in the $_GET and $_POST superglobal. Every epl_action present in the $_GET or $_POST is called using WordPress's do_action function. Functions triggered on init hook. |