Skip to content

Instantly share code, notes, and snippets.

@RCowles
Created January 21, 2015 20:08
Show Gist options
  • Save RCowles/bd041c19ec43e55e99ec to your computer and use it in GitHub Desktop.
Save RCowles/bd041c19ec43e55e99ec to your computer and use it in GitHub Desktop.
<?php
/*
Plugin Name: Disable Publicize Autoselect
Description: Prevent Publicize connections from being auto-selected.
Version: 1.0
Author: Ryan Cowles
Author URI: http://ryanscowles.com/
Plugin URI: http://jetpack.me/2013/10/15/ever-accidentally-publicize-a-post-that-you-didnt/
*/
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