filter

jetpack_allow_per_post_subscriptions

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

How to use this hook

See “How to use actions and filters to customize Jetpack”.

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' );