jetpack_allow_per_post_subscriptions, false

jetpack_allow_per_post_subscriptions, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_allow_per_post_subscriptions, false') is found 1 times:

  • /modules/subscriptions.php line 195
    			 * @since 3.7.0
    			 *
    			 * @param bool true = show checkbox option on all new posts | false = hide the option.
    			 */
    			! apply_filters( 'jetpack_allow_per_post_subscriptions', false ) ) {
    			return;
    		}
    
    		if ( has_filter( 'jetpack_subscriptions_exclude_these_categories' ) || has_filter( 'jetpack_subscriptions_include_only_these_categories' ) ) {
    			return;
    		}