jetpack_subscription_comment_subscribe_skip

jetpack_subscription_comment_subscribe_skip

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.5

apply_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;
    		}