PluginProbe
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management / 1.6.1
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management v1.6.1
1.6.1 1.6.0 1.5.1 1.5.0 1.4.0 1.3.0 trunk 0.0.1 1.0.0 1.1.0 1.1.1 1.1.2 1.2.0
← All changes | inc/shortcodes/donation-form.php +2 -1 1.5.0 → 1.6.1 View file →
@@ -136,9 +136,10 @@
136 136
137 137 // Enqueue Stripe.js if Stripe is configured.
138 138 $this->maybe_enqueue_stripe();
139 139
140 - // Allow payment gateway extensions to enqueue their scripts (e.g., PayPal SDK).
140 + // Allow payment gateway extensions to enqueue their scripts and localize
141 + // their frontend configuration (see the action's docblock in block.php).
141 142 do_action( 'suredonation_enqueue_form_frontend_scripts', $form_id, $form->post_content );
142 143 }
143 144
144 145 /**