jetpack_comment_subscription_form, $str

jetpack_comment_subscription_form, $str

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_comment_subscription_form, $str') is found 1 times:

  • /modules/subscriptions.php line 800
    		 * @since 1.2.0
    		 *
    		 * @param string $str Comment Subscription form HTML output.
    		 */
    		$str = apply_filters( 'jetpack_comment_subscription_form', $str );
    
    		return $str . $submit_button;
    	}
    
    	/**
    	 * Jetpack_Subscriptions::comment_subscribe_init()