Disable email reports
This filter can be used to disable email reports.
Add Field Placeholders
Add placeholder attributes to donation fields, removing the label field.
Remove Gutenberg Block CSS
Remove Gutenberg Block Library CSS from loading on the frontend
Remove users from WP-JSON
Increase your site's security by hiding usernames from WP-JSON, that are otherwise exposed to the public.
Allow WebP Files Upload
The provided PHP code is intended to enable the upload of WebP image files in WordPress…
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');
Prevent AIOSEO From Outputting a rel=”prev” Link
Prevent AIOSEO from outputting a rel=”prev” link
Remove Specific Taxonomy From Public Taxonomies List
This filter can be used to remove the 'genre' taxonomy from the public taxonomies list.
Change Country Field To Hidden
Change the Country field in the donation form to a hidden field with a hard-coded default…
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…
Create List of Child Pages
To show a list of Child pages on the Parent Page
Remove HealthAndBeautyBusiness Schema
This snippet removes HealthAndBeautyBusiness Schema
Change Custom Amount Field Label
Filter the custom amount field description.
WP Simple Pay: Add Custom CSS Classes to the Payment Button
"Payment Button" refers to the button that launches an On-site Overlay or Stripe Checkout Payment Form.