WP All Export Cron Scheduler
WordPress plugin for setting up and running recurring export cron jobs for WP All Export.
by Webikon · github.com/webikon/wp-all-export-cron-scheduler · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/webikon/wp-all-export-cron-scheduler/archive/refs/heads/master.zipWordPress plugin for setting up and running recurring export cron jobs for WP All Export.
See https://www.wpallimport.com/documentation/recurring/cron/.
Asana brief: https://app.asana.com/0/341576714325118/1158502185544681
Usage
- Activate plugin.
- Set-up your exports in Admin > Settings > WPAE Cron Scheduler.
- Use function
wpae_crsch_get_exports_listto retrieve a list of exports from another plugin or theme.
Data format
array(
array(
'id' => 56,
'is_wc_products' = 1 // 1 or 0, optional
),
array(
'id' => 27,
),
)
Logging
Any errors that occur during HTTP calls are logged using Wonolog library.