jetpack_subscription_comment_subscribe_skip
jetpack_subscription_comment_subscribe_skip
Appears in: jetpack.15.5
Hook Type: filter
Displaying hooks found in version: jetpack.15.5apply_filters('jetpack_subscription_comment_subscribe_skip') is found 1 times:
- /modules/subscriptions.php line 823
* @since 15.5 * * @param bool $skip Whether to skip comment subscription. Default false. */ if ( apply_filters( 'jetpack_subscription_comment_subscribe_skip', false ) ) { return; } if ( 'spam' === $approved ) { return; }