Add Dynamic Hidden Field

Dynamically set as a hidden field in the donation form, based on the ID of the…

Remove "Login with GoDaddy" from GoDaddy Managed WordPress

When using a managed WordPress account with GoDaddy, they make the Login for WordPress show a…

Chris Klosowski PRO
<10

Variable Pricing Dropdown

Convert variable prices from radio buttons to a dropdown

Change the Post ID Being Processed by AIOSEO

This snippet can be used to change the Post ID being processed by AIOSEO.

<10

How to Perform Field Comparisons Within Your WPForms

/** * Perform Field Comparisons * * @link https://wpforms.com/developers/how-to-perform-field-comparisons-within-your-wpforms/ */ function wpf_dev_compare_fields( $fields, $entry, $form_data )…

<10

Send Notifications On User Registration

/** * Notify admin and user when a user registers with Charitable. * * @param array[]…

Remove the link from the current breadcrumb item on a page

This snippet removes the link from the current breadcrumb item on a page.

<10

Hide Admins from being tracked

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

How to Customize the Labels for Image Choices

/* Position labels over images and hide them by default */ form#wpforms-form-1000 .wpforms-field .wpforms-image-choices-label { position:…

<10

Customize Donation Stats

Customize the stats that are shown in the Donation Stats widget.

Add WPCode Custom Field Smart Tag

Add a custom smart tag for the WPCode scripts metabox that outputs the value of a…

<10

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

Dynamically Displaying Years in Your Forms

/** * Dynamically display years in the forms * * @link https://wpforms.com/developers/how-to-dynamically-display-years-in-your-forms/ */ function wpf_dev_dynamic_school_year( )…

<10

Add Campaign Raised Summary

Add a short summary after the donation details showing the funds raised by each campaign.

1 32 33 34 35 36 156