Skip to content

Tag: wordpress

WordPress: wp-cron not working and not giving error in log

This is a wp-cron I defined in function.php file, but I don’t get any result in the error log, the event is in the cron list but if I launch it nothing happens. I have define(‘WP_DEBUG’, true); And error log enabled on all levels in php.ini Does anybody know where am I doing wrong? SOLUTION …