1) The function you want to call is ‘do_autosync’ in the Tube_VC_Import_Cron class.
global $tube_video_curator;
$tube_video_curator :: $tube_import_cron -> do_autosync();
2) Assuming I understand your question, please see here…
https://ww.wp.xz.cn/support/topic/some-feature-requests-4/#post-9674995
You can scroll up through that thread for an explanation of how it works.
Please mark as resolved if this answers your questions.
Hi Im using real cron Job In cpanel So I need A Url Like this which excute cron http://YOURWEBSITE.COM/wp-cron.php and ya The second Link Helpfull That what i wanted need to check code
There’s nothing special about how this cron is set up, it uses the standard wp_schedule_event function to call an action hook.
So, have you tried just pointing your cron to http://YOURWEBSITE.COM/wp-cron.php like you mention?
I tried this in my local development environment and it properly triggered the tube_vc_autosync action which calls the do_autosync function I reference above.
thanks ok i check it hope it starts to work
Did you get a chance to test this?
If so, and it’s working, please mark as resolved.
Yes Auto sync Start to work Today i try your Category code