Created
March 1, 2016 15:37
-
-
Save fgilio/ae9d7c6d2201b45e3cf4 to your computer and use it in GitHub Desktop.
Disable trackbacks in WordPress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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