Skip to content

Instantly share code, notes, and snippets.

@psflannery
Created October 16, 2013 09:17
Show Gist options
  • Save psflannery/7004975 to your computer and use it in GitHub Desktop.
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.
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