Tagged Questions
0
votes
1answer
295 views
How does one programmatically manage posts from a external php script?
How does one create a post, assign it to a category, add tags to it and set the featured image from a PHP script that exists somewhere on disk (say /usr/local/process.php) and isn't part of the ...
2
votes
1answer
283 views
Schedule cron event from widget
Can I use wp_schedule_event() to set up a cron job from within a widget?
I tried, but I can't make it work, The problem seems to be the $hook parameter. The function I'm trying to hook is located ...