WP Simple Pay: Hide reCAPTCHA Badge

Hide the reCAPTCHA badge and add links to the privacy policy and terms of service. Adds…

Customer Order Note for WooCommerce Products

Inserts a note field next to the add-to-cart button on every WooCommerce product page. Customers can…

Mike Whelan
<10

Show current day, month, year in various formats

Return the current date and parts of current date in various formats

<10

Remove Customer Role From Excluded Roles

This filter can be used to remove the customer role from the excluded roles

<10

Require Us Phone Number Format

This snippet shows how to alter the phone field so that it only accepts a number…

WPForms Custom Real-time Keyword Blocklist

This code snippet will add a custom validation rule to block specific keywords in real-time mirroring…

<10

Code for importing theme files from plugin

Generated by Meta.AI /** * Import an entire folder from a plugin into the WordPress theme.…

Keep Username As Display Name

When people update their profile, keep their display name set to be the same as their…

Restrict Downloads to Purchase Email

Force users to be logged-in to download purchased files through Easy Digital Downloads and also require…

Remove Default jQuery

// Remove default WordPress jquery wp_deregister_script( 'jquery' ); //Remove jquery migrate add_action( 'wp_default_scripts', 'remove_jquery_migrate' ); function…

Webinar popup home page

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

Add Custom Donation Field With Dynamic Value

Add a new donation field to be displayed in Charitable emails related to donations.

Set Minimum Donation Amount

Set the minimum donation amount required.

WP Simple Pay: Use Custom Field Value as Stripe Payment Description

Use the value of a custom field as the description for the Stripe payment record.

Customize Amount Raised Text

In this example, we change how the "X donated of Y goal" text appears.

1 40 41 42 43 44 233