I disabled heartbeat, now I can’t re-enable it (admin-ajax.php wont load at all)
-
Hi, I disabled the wordpress heartbeat, using the code here:
add_action( ‘init’, ‘stop_heartbeat’, 1 );
function stop_heartbeat() {
wp_deregister_script(‘heartbeat’);
}I have removed that from my functions.php but admin-ajax.php remains disabled sitewide. I can’t add widgets, certain items won’t load. I even have the Heartbeat Control plugin installed and active. Admin-ajax.php wont resume.
I just get this (front and back end):
https://MYSITE.com/wp/wp-admin/admin-ajax.php 500 (Internal Server Error)
Help?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘I disabled heartbeat, now I can’t re-enable it (admin-ajax.php wont load at all)’ is closed to new replies.