WP Simple Pay: Custom Server-Side Validation Before Payment Creation

Perform additional custom server-side validation prior to allowing a payment to be created.

Forum

JS code for question and answer page

Show Discount Field

Makes the discount field on checkout show by default.

Add FES Vendor Dashboard Tab

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

Digital Store Theme - Latest Downloads Number

Changes the number of downloads displayed in the latest downloads section of the store front template.

MemberPress: Add Address Column to Subscriptions Table

If the Address Fields option is enabled for the MemberPress registration forms at Dashboard > MemberPress…

ModalJS

Used to display popup modal in GenerateBlocks

Replace Add to Cart With Download for Subscribers

If the user is recurring or has purchased the product already, shows a link to download…

Load all Customizer "Additional CSS" in Block Editor

The CSS added to the frontend via the Customizer does not get added to the block…

WP Simple Pay: Set a Per-Form Custom Amount Programmatically

Adjust a single payment form's custom amount value programatically.

Maintain+ Footer Credit

jQuery("footer").append(" Site managed by Maintain+ ")

Fix the InvalidInternetMessageHeader Error in Outlook

This snippet will modify specific headers in your emails, which can help resolve this ‘InvalidInternetMessageHeader’ error…

Note Orders

add_filter( 'manage_edit-shop_order_columns', 'custom_shop_order_column', 90 ); function custom_shop_order_column( $columns ) { $ordered_columns = array(); foreach( $columns as…

event snippet

Event snippet for Phone call lead conversion page

1 29 30 31 32 33 126