forked from bangordailynews/Docs-to-WordPress
-
Notifications
You must be signed in to change notification settings - Fork 1
ripperdoc/Docs-to-WordPress
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Usage: $docs_to_wp = new Docs_To_WP(); $gdClient = $docs_to_wp->docs_to_wp_init( '[email protected]', 'password' ); //We're just going to call one function: $docs_to_wp->retrieve_docs_for_web( $gdClient, Source folder ID, Destination folder ID ); You can add this to a wp-cron job or do what I did and include the WordPress bootstrap (include('./wp-load.php');) in a php file with the code above and set up an actual cron job. TK: Other things
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 100.0%