Subscription Status Shortcode

Adds a shortcode to display a short subscription status description for recurring payments.

Update Donation Summary

Often you might want to change the output of where a donation summary is outputted for…

Simple Chained Products

Enables a chained products setting on the Download product edit screen for automatically adding "chained" products…

Conditional Gateway Fees

Do not charge gateway fee to customer if the amount is over X

Disable Emojis

/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…

<10

Change "City" To Town/City

Change the label of the"City" field into a "Town/City" field.

License Keys UL - Email Tag for Software Licensing

Adds an email template tag called {license_keys_ul} which can be used to output an unordered list…

footer

footer description

Applying Custom Map Styles to the Map Field

This code snippet will use your custom map style in WPForms Map field.

<10

WP Simple Pay: Modify Customer Record Creation

Add custom parameters to the Stripe Customer creation request.

1 41 42 43 44 45 123