csseur3
Member
Posted 3 years ago #
Hello,
i need to make a XML backup file with the export function, one time per day in a special directory of my blog.
can i use wp_schedule_event for that?
<?php wp_schedule_event(time(), 'daily', 'the_generator('export')'); ?>
this is good? but how to add the directory where to put the file?
bye
[moderated--multiple bumps removed. Please refrain from bumping as per Forum Rules]
csseur3
Member
Posted 2 years ago #
Re, i try multiple tests with http://codex.wordpress.org/Function_Reference/wp_schedule_event but nothing appens :(
there is a other function more completed?
bye
csseur3
Member
Posted 2 years ago #
I try to make the export with python and urllib2 function.
How to make the authentification of WordPress, with urllib2 ?
bye