Show local fonts in block editor

Display custom fonts in the backend editor

Button - Add to cart to Buy Now

add_filter( 'woocommerce_product_add_to_cart_text', function( $text ) { if ( 'Add to cart' == $text ) { $text…

Carla Mawyin
<10

Hide Admins from being tracked

Adds a function that will allow you to properly add all your tracking scripts and stop…

Add Custom Campaign And Donation Field

In this example, a new email field is added which can be used both in campaign…

Adding Images to Checkboxes

This CSS snippet will add a background image to the labels of the Checkbox fields.

<10

Add Custom Campaign Field

This example shows how you can add a new campaign field to be displayed in Charitable…

Adding Custom Border to Your Form

/* Add custom border to specific form */ #wpforms-form-1234 { border: 2px solid #333333; padding: 20px;…

<10

Change "Your Donation" On Donation Form

On donation forms, the headline "Your Donations" can be changed to any text you want with…

Add Custom Donation Field

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

Custom Email Template

Creates a custom email template for EDD emails.

Create List of Child Pages

To show a list of Child pages on the Parent Page

Disabling Past Times on the Date / Time Field

This snippet disables past times on the Time Picker field in WPForms.

<10

MemberPress: Manually Refresh Member Data

This code snippet is designed to manually refresh all members' data on a WordPress site. After…

WP Simple Pay: Add Email Address to Payment Confirmation URL

Append the submitted email address to the payment confirmation page URL.

Change user role for buyers

This is useful if, for example, you want buyers to be able to access dedicated content…

1 26 27 28 29 30 132