Skip to content

Instantly share code, notes, and snippets.

@fgilio
Created March 1, 2016 15:37
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 fgilio/ae9d7c6d2201b45e3cf4 to your computer and use it in GitHub Desktop.
Save fgilio/ae9d7c6d2201b45e3cf4 to your computer and use it in GitHub Desktop.
Disable trackbacks in WordPress
# As stated here: https://www.siteground.com/kb/how_to_disable_trackbacks_in_wordpress/
UPDATE wp_options SET option_value = 'closed' WHERE wp_options.option_id =20 AND wp_options.blog_id =0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment