Filter whether or not to show the per-post subscription option.
Parameters
- true
bool = show checkbox option on all new posts | false = hide the option.
Changelog
- Introduced in Jetpack 3.7.0
How to use this hook
Notes
Note: This filter only works with Classic Edtitor. If that filter is set to true, a checkbox will appear in the post editor, allowing you to choose whether posts should be sent to subscribers or not:add_filter( 'jetpack_allow_per_post_subscriptions', '__return_true' );