Running Wordpress Admin Functions from a Cron Job

Running Wordpress Admin Functions from a Cron Job

The quick version?  Include wp-load.php and wp-admin/admin-functions.php in a file in the plugin directory, and point your cron there.  For those of you with nothing important to do, a long winded explanation: I ran into a project a few days ago where the client needed a simple plugin put together – read an xml file, pull [...]