Allow WebP Files Upload
The provided PHP code is intended to enable the upload of WebP image files in WordPress…
Remove users from WP-JSON
Increase your site's security by hiding usernames from WP-JSON, that are otherwise exposed to the public.
Register New Donation Field
Adding a new field (in this example it is a National ID Number). Explains all the…
Add Email Headers
Add headers to Charitable emails (for example CC/BCC headers).
Remove Google Fonts (non-Elementor)
function disable_google_fonts() { return false; } add_filter( 'print_google_fonts', 'disable_google_fonts' );
Prevent AIOSEO From Outputting a rel=”next” Link
Prevent AIOSEO from outputting a rel=”next” link
Ignore Cover Image Block when “First Image in Content” is set as the Image Source
This filter can be used to ignore the cover image block when “First Image in Content”…
Enable Block Editor For Campaigns
Code that will modify the way the Campaign post type is set up to so that…
Remove the default 'aioseo-' ID prefix added for the Table of Content block
This snippet can be used to remove the default 'aioseo-' ID prefix added for the Table…
Change the No Results Found text in Modern Dropdown
This snippet changes the default no result found text in Dropdown field with Modern style.
Make Form Fields Required Not Required
This example shows how to make a form field required or not required.
How to Add an Input Mask to the International Postal Code
/* * Custom input mask for the address field's international scheme. * * @link https://wpforms.com/developers/how-to-add-an-input-mask-to-the-international-postal-code */…
Admin Bar - Updates
Show updates in Admin Bar
WPCode Add New Snippet Skip Library Screen
This snippet enables you to skip the snippet library screen when adding a new snippet in…
Add Field To Set Custom Page As Donation Page
Create a new campaign field allowing to select the page where donations are made.