Note: Publicize is now auto-share and is part of Jetpack Social.
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.
<br> add_filter( 'publicize_checkbox_default', '__return_false' );<br>
You can place this code snippet in your theme’s functions.php file, or in a functionality plugin.
This entry was posted in Code snippets, Tips & Tricks and tagged default, Publicize. Bookmark the permalink.
Will this feature ever come to WordPress.com?
LikeLike
You currently cannot add any custom PHP code or plugin to a WordPress.com blog, so I’m afraid you won’t be able to add this option to your WordPress.com site.
LikeLike
Yes, but will we soon be able to have the same function on WordPress.com in the future? 🙂
LikeLike
No, I’m afraid that’s not in our plans.
LikeLike
Added it to my functions.php file, and the checkbox is off. Thanks!
LikeLike