Dynamically Change the SEO Title of a Specific Post Before the Metadata is Saved
The code snippet below can be used to dynamically change the SEO title of a specific…
Remove BreadcrumbList Schema
This snippet removes the BreadcrumbList Schema
Remove datePublished and dateModified properties from the Article schema for Posts
This snippet removes the datePublished and dateModified properties from the Article schema for Posts
Change Editor Default Image Size
Set the default image size to full instead of large in the block editor.
Minimalistic Admin Bar
This code snippet allows you to customize the WordPress admin bar by removing the WordPress logo,…
Add Checkbox Field To Donation Form
Collect a checkbox field in the donation form.
Remove Google Fonts (Elementor)
add_filter( 'elementor/frontend/print_google_fonts', '__return_false' );
Remove Line Breaks From CSV Exports
This snippet will remove the line breaks from CSV exports.
Remove Gutenberg Blocks Library CSS
Remove Gutenberg Block Library CSS from loading on the frontend
Create Custom Address Scheme
This code snippet will create your own unique address scheme and list all the countries.
Change Business Info Opening Hours Icon
This filter can be used to change the business info Opening Hours icon. Replace "/assets/images/email-icon.png" with…
Sticky header
/*Sticky header*/ #site-header { position: fixed; top:0; opacity: 0.98; } #main { margin-top: 70px !important; /*…
Hide the breadcrumbs on pages.
This snippet can be used to hide the breadcrumbs on pages.
Output og:image that uses the Large Size Image
This snippet can be used to output og:image that uses the large size image
Disable Redirect Logging in AIOSEO Redirects
This filter can be used to skip logging redirect logging in AIOSEO Redirects.