Enable Block Editor For Campaigns

Code that will modify the way the Campaign post type is set up to so that…

Use Page Template For Campaigns

Instead of using the Post template for campaigns, use the Page template as a fallback.

Add Campaign Creator Export Fields

Add additional campaign fields related to the campaign creator.

Upload font files to media library

Allow the upload of font files (.ttf, .otf, .woff & .woff2) to WordPress media library

Auto Register Login Link

Replaces the login link included in the Auto Register email, which directs customers to log into…

WooCommerce Change "$0.00" to "Free"

/** * Snippet Name: WooCommerce Change "$0.00" to "Free" * Snippet Author: ecommercehints.com */ add_filter( 'woocommerce_get_price_html',…

Custom Receipt Page

Redirect to custom receipt or another page after a donation is completed. Can be per campaign…

Changing Sublabels for the Email Field

This snippet is used to update the default labels for the Email field when it includes…

<10

How to Customize the Rich Text Field TinyMCE Icons

/** * Customize Rich Text Field TinyMCE buttons for top toolbar. * * @link https://wpforms.com/developers/how-to-customize-the-rich-text-field-tinymce-icons/ */…

<10

How to Add BCC to Email Notifications (for specific form)

/** * Add BCC recipients to specific form email notifications. * * @link https://wpforms.com/docs/how-to-add-bcc-to-email-notifications/ */ add_filter(…

<10

How to Customize the Labels for Image Choices - Combined effect

form#wpforms-form-1000 .wpforms-field .wpforms-image-choices-item:hover .wpforms-image-choices-label { position: absolute; top: 0; left: 50%; transform: translateX(-50%); background-color: #f6f6f6; color:…

<10

Generate and Send Invoice Number to Authorize.Net

This snippet generates and sends a unique invoice number to Authorize.Net for completed payments in WPForms

<10

Customizing Checkbox and Radio Fields to Look Like Buttons (All Forms)

This code snippet will customize Checkbox and Radio fields to look like buttons for all forms.

<10

Add Image Alt Text automatic

function add_alt_text_to_images( $html ) { // Check if the image has a title attribute if (…

Redirect To Referer After Login

After a user logs in, redirect them back to the page they were on right before…

1 28 29 30 31 32 190