Remove Recurring Donation Time Periods

This snippet removes some options for recurring donation periods with Charitable's Recurring Donations addon. This might…

WP Simple Pay: Custom Smart Tag

Register a custom Smart Tag with PHP, and control the output.

Change Login Form Arguments

The 'charitable_login_form_args' filter allows you to set the arguments that are passed to wp_login_form().

Change State To Province

Change the "State" field into a "Province" field.

Animacja Formularza

jQuery("input , textarea").focus(function(){ jQuery(this).parents('.elementor-field-group').addClass('focused'); }); jQuery("input , textarea").blur(function(){ var inputValue = jQuery(this).val(); if ( inputValue ==…

Calendly Calendar for Demo

Calendly Calendar for Demo

Peter Wasmer
<10

Format USD Currency

Displays $ as USD This will make $10 be displayed as 10 USD To set this…

Checkout Cart Thumbnail Size

Adjust the dimensions of the product thumbnails displayed in the checkout cart.

WooCommerce Wholesale Lead Capture Re-send Email Button in User Profile

This snippet will add a resend email button under User profile.

WP Simple Pay: Remove Payment Page Compatibility Mode

Allows 3rd party scripts and styles to load on dedicated Payment Pages. These are disabled by…

Change Opening Hours Closed Label

This filter can be used to change the closed label of Opening Hours. Replace 'Closed today.'…

<10

Register New Donation Field For Specific Campaign

Add a new donation field to your site, but only display it in the front-end donation…

1 36 37 38 39 40 111