Skip to content

Instantly share code, notes, and snippets.

@lukecav
Last active November 23, 2020 21:21
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 lukecav/54fe6a033ab5e4fd8bf7234e4f112f47 to your computer and use it in GitHub Desktop.
Save lukecav/54fe6a033ab5e4fd8bf7234e4f112f47 to your computer and use it in GitHub Desktop.
Disable trackbacks and pingbacks in WordPress 5.6
remove_action( 'do_all_pings', 'do_all_pingbacks' );
remove_action( 'do_all_pings', 'do_all_trackbacks' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment