Home › Forums › Bulk Delete Addons › Scheduler for Deleting Posts by Category › Not working › Reply To: Not working
October 27, 2014 at 13:48
#1798
Yes, it was disabled.
When I changed the setting like below, it worked.
define(‘DISABLE_WP_CRON’, false);
I did not know CRON function.
Thanks for your support.