General
How to disable Google Fonts in WordPress
Google Fonts is a great service, but there are some scenarios when you might need to disable Google Fonts. Here...
How to remove RSD link in WordPress
By default, the following tag shows up in every WordPress install. <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://yourdomain.com/xmlrpc.php?rsd" /> The above link...
How to disable embeds in WordPress
Embeds were released with WordPress 4.4. However, with this came some extra inline code they add to your site (link...
How to optimize your WordPress database (a few simple clicks)
Optimizing your WordPress database is important when it comes to keeping your site healthy and running fast. Over time things...
How to remove wlwmanifest link in WordPress
By default, the following tag shows up in every WordPress install. <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://yourdomain.com/wp-includes/wlwmanifest.xml" /> The above link is...
How to disable Password Strength Meter in WordPress
Introduced in recent versions of WooCommerce and WordPress, there is an integrated Password Strength Meter which forces users to use...
How to disable WooCommerce widgets
WooCommerce by default comes with a lot of widgets installed. A lot of times these aren’t used anywhere as themes...
How to create a blank favicon on your WordPress site
If you’re constantly benchmarking new WordPress sites, especially fresh installs, it can be annoying as a missing favicon will generate...
How to disable the WordPress Heartbeat API
The WordPress Heartbeat API uses /wp-admin/admin-ajax.php to run AJAX calls from the web browser. While this is great and all it...
How to use fetch priority in WordPress to improve LCP
Fetch priority is an HTML attribute used to help improve LCP. See how to add the attribute to a resource (image) on your WordPress site.
How to delete WordPress transients (expired or all)
WordPress transients provide a simple and standardized way for developers to store cached data in the database temporarily, along with...
How to disable WooCommerce status meta box
By default, WooCommerce has a status meta box (widget) that loads in the WordPress dashboard. A lot of times this...
How to disable self-pingbacks in WordPress
A pingback is basically an automated comment that gets created when another blog links to you. A self-pingback is created when...
How to remove WordPress version number
By default, the following tag shows up in every WordPress install. <meta name="generator" content="WordPress 4.7.5" /> It shows the version...
How to disable emojis in WordPress
Emojis are fun and all, but if you aren’t using them, they actually load a JavaScript file (wp-emoji-release.min.js) on every...
How to disable RSS feeds in WordPress
By default, WordPress generates all types of different RSS feeds for your site. While RSS feeds can be useful if...
How to enable the Script Manager’s Testing Mode
We always recommend testing locally or on a staging site first when using the Script Manager, as you could break...
How to remove RSS feed links in WordPress
Similar to how WordPress generates RSS feeds, it also generates RSS feed links for your pages/posts, comments, tags, etc. You...
How to disable and limit post revisions in WordPress
WordPress automatically saves revisions when you are working on posts and pages. These can begin to add up pretty quickly....
How to change the Heartbeat frequency in WordPress
The WordPress Heartbeat API uses /wp-admin/admin-ajax.php to run AJAX calls from the web browser. While this is great, it can cause...
WordPress add code to header, body, footer
There are times when you might need to add custom code to your WordPress site’s header (head), body, or footer....
How to change autosave interval in WordPress
WordPress, by default, automatically saves a draft every 60 seconds (1 minute). There are reasons why you might want to...
Add missing width and height attributes to your images
Modern browsers set the default aspect ratio of images based on their width and height attributes. Here is a basic...
How to disable comments in WordPress
There are times when you have a WordPress site where you won’t need, want, or use comments. Opinions are good,...
How to add font-display:swap to your Google Fonts
By default, Google Fonts are render-blocking and might take a while to load. The problem is that most modern browsers...