PARAMETERS PARAMETERS = array('hook', 'args', 'date', 'date_compare', 'modified', 'modified_compare', 'group', 'status', 'claimed', 'per_page', 'offset', 'orderby', 'order')
__construct() __construct(string[] $args, array<string,string> $assoc_args) : mixed Construct. Parameters string[] $args Positional arguments. array $assoc_args Keyed arguments. Throws \Exception When loading a CLI command file outside of WP CLI context. Returns mixed
get_schedule_display_string() get_schedule_display_string(\ActionScheduler_Schedule $schedule) : string Get the scheduled date in a human friendly format. Parameters \ActionScheduler_Schedule $schedule Schedule. Returns string
process_csv_arguments_to_arrays() process_csv_arguments_to_arrays() : void Transforms arguments with '__' from CSV into expected arrays.