MemberPress: Customize Default WordPress Password Reset Request Email Body

This code snippet customizes the body of the password reset request email sent to users from…

MemebrPress: Send MemberPress Welcome Email Only When Transaction Is Completed

The code snippet will allow the global welcome email to be triggered only following the successful…

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 Order Receipt Email Optimizations

In Easy Digital Downloads 3.2.0+, the Purchase Confirmation (or Receipt) email sent to customers is sent…

Add CPTs for Typesense

Enables you to add the CPTs selected for indexing and searching with Typesense

Hotfix: Free Downloads - Always load assets

In version 2.3.15 of Free Downloads, an attempt was made to only load the Javascript asset…

Removing File Upload Fields from Notifications

This code snippet will remove the File Upload fields from Notifications when File Access Restrictions are…

<10

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…

Add an image filed to the sign up form

// Add the image field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_image_uploader'); function wcv_image_uploader( ){ if…

Disable sold by link on checkout page

/** * Disable the sold by link on the checkout page */ add_filter('wcvendors_sold_by_link', 'wcv_disable_checkout_sold_by_link', 10, 2);…

Untitled Snippet

Remya Achipra
<10
1 80 81 82 83 84 223