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…

10+

Remove BreadcrumbList Schema

This snippet removes the BreadcrumbList Schema

10+

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

10+

Change Editor Default Image Size

Set the default image size to full instead of large in the block editor.

10+

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.

10+

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.

10+

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…

10+

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.

10+

Output og:image that uses the Large Size Image

This snippet can be used to output og:image that uses the large size image

10+

Disable Redirect Logging in AIOSEO Redirects

This filter can be used to skip logging redirect logging in AIOSEO Redirects.

10+
1 17 18 19 20 21 132