Created
October 16, 2013 09:17
-
-
Save psflannery/7004975 to your computer and use it in GitHub Desktop.
http://jetpack.me/2013/10/15/ever-accidentally-publicize-a-post-that-you-didnt/
Ever accidentally publicize a post that you didn’t mean to? This snippet will prevent the connections from being auto-selected, so you need to manually select them if you’d like to publicize something.
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
add_filter( 'publicize_checkbox_default', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment