You appear to be a bot. Output may be restricted
Description
Get the list of actions that EDD has determined need to be delayed past init.
Usage
$array = edd_delayed_actions_list();
Parameters
Returns
array
Source
File name: easy-digital-downloads/includes/actions.php
Lines:
1 to 5 of 5
function edd_delayed_actions_list() { return (array) apply_filters( 'edd_delayed_actions', array( 'add_to_cart' ) ); }