Im trying to find which one is the cron file?, so that I can run it from other server.
But Wordpress has 2 files with name "cron":
wp-cron.phpwp-includes/cron.php
Its confusing. Even after searching, Im failed to find discussion about that 2 files.
Im trying to find which one is the cron file?, so that I can run it from other server.
But Wordpress has 2 files with name "cron":
wp-cron.php
wp-includes/cron.php
Its confusing. Even after searching, Im failed to find discussion about that 2 files.
wp-cron.php is the correct one. The one in the wp-includes directory is only to be included internally by WP.