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…
Add Creator Name
Display the campaign creator's name on the campaign page and in the campaign grid/list.
Set a Custom Email Header
This snippet sets custom email headers to ensure you can control specific behaviors of your sent…
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) ).
Admin Bar - Updates
Show updates in Admin Bar
Remove Specific Taxonomy From Public Taxonomies List
This filter can be used to remove the 'genre' taxonomy from the public taxonomies list.
Variable Pricing Dropdown
Convert variable prices from radio buttons to a dropdown
Continue Shopping Button
/** * Add Continue Shopping Button on Cart Page * Add to theme functions.php file or…
Disable All Admin Notices individually
function disable_all_admin_notices() { remove_all_actions('admin_notices'); } add_action('admin_init', 'disable_all_admin_notices');
Change Country Field To Hidden
Change the Country field in the donation form to a hidden field with a hard-coded default…
Remove HealthAndBeautyBusiness Schema
This snippet removes HealthAndBeautyBusiness Schema
Create List of Child Pages
To show a list of Child pages on the Parent Page