givewp-snippet-library icon indicating copy to clipboard operation
givewp-snippet-library copied to clipboard

A collection of code snippets to enhance or expand on the free Give WordPress Donation Plugin.

Results 14 givewp-snippet-library issues
Sort by recently updated
recently updated
newest added

The following snippet was implemented in a local and production environment and it looks like it always returns the **home** URL. https://github.com/impress-org/givewp-snippet-library/blob/master/gateway-customizations/paypal/paypal-standard-custom-cancel-redirect.php It was tested using `var_dump(give_get_current_page_url())` and it always...

I would like to add a conditional check (preg match) to validate the entered data via custom form.There is one function to check weather the filed is empty or not....

[This snippet](https://github.com/impress-org/givewp-snippet-library/blob/master/translation-snippets/change-all-instances-donation.php) is intended to translate every instance of "Donation" or "donate" throughout the plugin. But it's currently missing the "Make this an anonymous donation" string.