Set Header Menu as "Custom"
If you are using a custom menu plugin for your header menu you can define your…
Set New User Role
Set the role of users who register through the Charitable registration form shortcode.
Add Creator Name
Display the campaign creator's name on the campaign page and in the campaign grid/list.
Prevent AlOSEO from outputting any data on term pages
This snippet can be used to prevent AlOSEO from outputting any data on term pages
WPCode Add New Snippet Skip Library Screen
This snippet enables you to skip the snippet library screen when adding a new snippet in…
Add Custom Field From Donation Form On The Receipt Page
This is an example of how to show a field data someone entered in their donation…
Make Form Fields Required Not Required
This example shows how to make a form field required or not required.
Add Currency
Add a new currency (the example here is Armenian Dram currency (AMD) ).
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:…
Admin Bar - Updates
Show updates in Admin Bar
Sending Form Fields as Smart Tags to Square
The snippet makes Smart Tags usable with Square payments. It allows you to include form fields…
Disable Wordpress image compression
// Disable image compression add_filter( 'jpeg_quality', 'smashing_jpeg_quality' ); function smashing_jpeg_quality() { return 100; } // Disable…
On Add to Cart Event in WooCommerce
Adds the cancellation event to stop the Browse Abandonment campaign for your push subscribers in the…
Add Country
Add Kosovo to the list of countries in Charitable.
RT7 Official - Maintenance Mode
RT7 Official Maintenance Mode