Change Campaign Slug Base
Change the /campaigns/ bit to something else.
WP Simple Pay: Add More Aggressive Rate Limiting
Changes the various default rate limit settings.
Translating the Total Field's Order Summary
This code targets specific elements inside the Order Summary and updates the labels to the translated…
How to Block Names From Completing Your Form - First Last and First Middle Last format
/** * Prevent certain names from the other formats for the Name form field. * *…
Allow Other WordPress Roles to Manage Email Logs
This snippet will allow you to manage the capabilities of roles allowed to manage the site's…
Enable Block Editor For Campaigns
Code that will modify the way the Campaign post type is set up to so that…
Add Creator Name
Display the campaign creator's name on the campaign page and in the campaign grid/list.
Remove Gutenberg Block CSS
Remove Gutenberg Block Library CSS from loading on the frontend
Sending Form Fields as Smart Tags to Square
The snippet makes Smart Tags usable with Square payments. It allows you to include form fields…
Prevent AIOSEO From Outputting a rel=”prev” Link
Prevent AIOSEO from outputting a rel=”prev” link
Add Currency
Add a new currency (the example here is Armenian Dram currency (AMD) ).
How to Block Names From Completing Your Form - Simple format
/** * Prevent certain names from the Simple format Name form field. * * @link https://wpforms.com/developers/how-to-block-names-from-completing-your-form/…
Allow WebP Files Upload
The provided PHP code is intended to enable the upload of WebP image files in WordPress…
Featured Images of the Current User’s All Active Memberships
This code snippet adds the new [membership_thumbnail] shortcode. Adding this shortcode anywhere on the website will…
Disable the space key with the special CSS class
This code snippet disables the space key. When a user presses the space key in these…