start_sync_tasks
Triggered before tasks of files synching with external sources are started.
Files
Input (passed by reference)
No specific parameters.
… your plugin code …
Output
Files
Plugin code example
PHP
public function startSyncTasks() { waLog::log( _wp('Execution of files synching tasks is being started.'), 'myplugin.log' ); }