WP Simple Pay: Reduce Currency Minimum Amount

The minimum amount is $0.50 US or equivalent in charge currency. WP Simple Pay uses $1.00…

Current Year

function current_year_shortcode() { return date('Y'); } add_shortcode('year', 'current_year_shortcode');

<10

Using Smart Tags in Your WordPress Rewrite Rules

This code transforms messy URLs like https://example-site.com/?pagename=portfolio-vendor&[email protected] into clean URLs like https://example-site.com/portfolio/vendor/1/[email protected]/

<10

Prevent Discounts on Renewals

Does not allow a discount code to be applied when an EDD SL is present in…

Centering All Form Elements

This CSS snippet will center everything inside the form (labels, descriptions, buttons).

<10

WP Simple Pay: Custom Smart Tag

Register a custom Smart Tag with PHP, and control the output.

Override Wholesale Price Text Per Wholesale Role

This snippet allows you to display specific wholesale price text for each of your wholesale roles

1 29 30 31 32 33 78