Skip to content

Instantly share code, notes, and snippets.

@jpmarchand
Last active December 14, 2015 02:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpmarchand/f1977f39e0c02e01f928 to your computer and use it in GitHub Desktop.
Save jpmarchand/f1977f39e0c02e01f928 to your computer and use it in GitHub Desktop.
<?php
//* Deactivate WordPress Heartbeart API
function stop_heartbeat() {
wp_deregister_script('heartbeat');
}
add_action('init', 'stop_heartbeat', 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment