Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function wb_stop_heartbeat() {
- wp_deregister_script( 'heartbeat' );
- }
- add_action( 'post_edit_form_tag', 'wb_stop_heartbeat', 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement