Enable Downloads in the WP REST API

Enable the download products to show in the WP REST API

Explicit Fixed Width and Height

add_filter( 'the_content', 'add_image_dimensions' ); function add_image_dimensions( $content ) { preg_match_all( '/]+>/i', $content, $images); if (count($images) <…

<10

Set State Field To Us States Dropdown With Default

Change the "State" field into a "Province" field.

Remove Donor Count From Specific Campaign

Hide the campaign donor count from a specific campaign, using the campaign ID.

Variable Pricing License Expiration

Set the expiration time for licenses per price option

FES Login Form Redirect

Add a new tab to the Frontend Submissions vendor dashboard menu.

WP Simple Pay: Per-Form Fixed Tax Rate Percentages

Override the returned tax rate for a given Payment Form. Important: Tax rates with the percentage…

Impact.com

Impact.com verification snippet

Auto Complete Offline Donations

Automatically mark all offline donations as Paid.

1 58 59 60 61 62 141