Unlimited User Downloads for EDD Recurring

Allows certain users to be allowed to bypass the active account requirement in EDD Recurring Payments

Add Custom Taxonomy - Multiple Vendor Taxonomy

Allows the vendor to select multiple taxonomies

Add a video field to the sign-up form

// Add the video field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_video_uploader'); function wcv_video_uploader( ){ //…

Force product type for all products

// Disable the product type drop down. add_filter('wcv_disable_product_type', function() { return true; } ); /** *…

Add TikTok to the social tab of settings

This will show the setting and it should be saved when saving the form.

Custom Social Share Email Subject

If you wish to modify the email subject text when clicking the social share email icon…

On Browsing EDD Products

This snippet targets window shoppers and encourages them to add more products to their carts. This…

Tweaking the Calendar Language Localisation | Display Eventbrite Events

The calendar will attempt to localize the language based on the WordPress website setting. However, the…

Changing Text For Suggestion Donation Descriptions

You can place this code in your theme functions.php or use WPCode.

Webinar popup home page

Landingi generated popup code to be featured on Teldio web site home page.

Yannis Souris
<10

Defining Mailgun Mailer Constants

This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…

om-webhook-example-v1.0.1.json

{ "lead": { "email": "[email protected]", "ipAddress": "1.2.3.4", "referrer": "https://optinmonster.com/", "timestamp": 1699985224, "privacyConsent": true, "firstName": "Archie", "lastName":…

1 63 64 65 66 67 70