Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created May 22, 2017 02:19
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 Kaiderella/9ec8562c65a3880b14a1b8c84cb96a35 to your computer and use it in GitHub Desktop.
Save Kaiderella/9ec8562c65a3880b14a1b8c84cb96a35 to your computer and use it in GitHub Desktop.
Vô hiệu hóa Heartbeat
add_action( 'init', 'stop_heartbeat', 1 );
function stop_heartbeat() {
wp_deregister_script('heartbeat');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment