Skip to content

Instantly share code, notes, and snippets.

View IlonaF's full-sized avatar

Ilona IlonaF

View GitHub Profile
@IlonaF
IlonaF / fullstripe_before_subscription_charge_v6-0.php
Last active November 11, 2021 17:40 — forked from wpfullstripe/fullstripe_before_subscription_charge_v6-0.php
The fullstripe_before_subscription_charge Wordpress action
<?php
/**
* A 'fullstripe_before_subscription_charge' action hook example for WP Full Stripe.
* It blocks the subscripton if the quantity is less than 3.
*
* @param array $params with the following keys:
* email => Email address of the customer
* urlParameters => Array of URL parameters
* formName => Name of the form the payment is being made on
* productName => Name of the Stripe product being purchased