Skip to content

Instantly share code, notes, and snippets.

@enejb
Created November 18, 2016 19:59
Show Gist options
  • Save enejb/02707864c71b75eb65557f29a0026ab7 to your computer and use it in GitHub Desktop.
Save enejb/02707864c71b75eb65557f29a0026ab7 to your computer and use it in GitHub Desktop.
Jetpack Subscription plugin checkbox.
<?php
/*
Plugin Name: Do not email checkbox
Description: Show a checkbox to let the user choose if a post should go out to the subscribers.
Author: enej
Version: 1
Lisence: GPL +2
*/
add_filter('jetpack_allow_per_post_subscriptions', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment