Remove Terms Fields

If you would like to enable the terms and conditions, privacy policy and user contact consent…

Send New User Notifications

Send the new user notification after someone registers through the Charitable registration form.

MemberPress: BuddyPress/BuddyBoss - Remove Users From All Groups, Forums, and Topics if Their Subscriptions Expire

When using MemberPress with BuddyPress/BuddyBoss, and MemberPress BuddyPress integration add-in users can be automatically assigned to…

Defining Other SMTP Constants

This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…

google tag

google code

Raymond Berry
<10

Disable Donations After Goal Is Reached

Disables donations to campaigns after they have reached their goal.

Recurring Addon Extension: Adding placeholder for custom recurring donations

Edit the custom text box that allows users to input custom donations for recurring donations (only).

MemberPress: Generate All Invoices

If the MemberPress PDF Invoice add-on is activated on the website, MemberPress will start generating invoices…

Disable Description Text Sanitization

Don't sanitize campaign description text, useful if you want to allow HTML to be added to…

Chatbot

Chatbot that helps with client services and questions.

User Switching

Easily switch to a Customer when using the User Switching plugin

WP Simple Pay: Custom Server-Side Validation Before Payment Creation

Perform additional custom server-side validation prior to allowing a payment to be created.

webfontloader.js

// Add custom scripts function add_custom_script_webfont_loader_js() { wp_register_script( 'webfontloader', 'https://cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js', array(), '1.6.28', true ); wp_enqueue_script( 'webfontloader'…

Delete Woocommerce images after deleting product

Automatically Delete WooCommerce Images After Deleting a Product. If you use the same image of multiple…

to add WordPress WooCommerce WhatsApp checkout

Post Intro This code snippet implements functionality similar to a WooCommerce code snippet that would enable…

1 49 50 51 52 53 228