Advertisement
arie_cristianD

disable_heartbeat

Aug 18th, 2023
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. function wb_stop_heartbeat() {
  2.     wp_deregister_script( 'heartbeat' );
  3. }
  4. add_action( 'post_edit_form_tag', 'wb_stop_heartbeat', 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement