How to Remove Index Link?

Like WordPress versions tag, the homepage index tag is unnecessary for the head area. Using the following code inside your function.php file, you can get rid of this issue.  Just edit your active theme function.php file and copy-paste the following code. // Remove Link to Home Page. remove_action(‘wp_head’, ‘index_rel_link’); If you are a non tech…

How to Remove WordPress Dashicons (dashicons.min.css)?

Dashicons is the official WordPress icon since WordPress 3.8. The dashicons.min.css script loads in front end, which seems unnecessary to some users. It only needs on the backend for dashboard icons.  If you are not using any Dashicons on your page or post. Then you can disable the script from loading. It can enhance a…

How to Remove Version from Style and Script From Page Source?

Have you ever checked your page source? If you have seen your page source, you may notice version info in ?ver=x.x.x format. It represents the theme or WordPress or plugins version. You can just test it now. Visit your homepage and View Page Source. You will see a lot of style and scripts having version…

How to Remove All Yoast HTML Comments From Page source?

Let’s remove all Yoast HTML comments from WordPress page or post source. Before that, I’m going to explain why you should remove it. Though HTML comments are not visible but these are a part of DOM tree and increase the number of DOM elements. Too many HTML comments can increase the overall size of any…

How to Remove WPML Generator Meta From WordPress Head?

Any theme or plugins version info maybe a security threat for you. WPML a popular multilingual plugin for WordPress site. Removing WPML Generator Meta info is not something complicated for you.  You have to place the following code properly inside your function.php file. And save the file. You will get the function.php file inside your…

How to Create Google PageSpeed Insights API key?

Google PageSpeed Insights is an online tool that analyzes the speed of your webpage and provides recommendations on how to make a page faster. This service can be used by anyone to test their website’s performance. It provides suggestions to improve the site’s response time, reduce download size, and save data. These are critical to…

How to Remove Visual Composer Generator Meta in WordPress Head?

Removing Visual Composer Generator meta is easier than you think. If you have a little knowledge on Theme file structure, then you can solve this issue.  But if you don’t have proper knowledge in theme structure or coding, then you can follow the second method. Which will help you to solve the problem without any…

How to Remove Revolution Slider Generator Meta from WordPress Head?

It’s better to keep your WordPress version, WooCommerce version hidden from public. Slider Revolution is a popular plugin for many WordPress users.  It showcases Meta Generator version info in the head area. The Mega Generator line looks like the following code. Anyone able to grab your Slider Revolution version from the meta info.  Let’s check…

How to Remove WooCommerce Generator Meta From WordPress Head?

Showcasing any plugin’s meta info like Version is a security threat. In this tweak, I will explain how to remove WooCommerce generator meta info. I also explained why and how to remove WordPress Generator version from head in the previous tweak. Find out your active theme’s function.php file first. Edit this function.php file via any…

How to Remove jQuery Migrate in WordPress Site?

It’s better to keep updated jQuery in your WordPress site. You will notice jQuery Migrate notice inside your dashboard when your theme or any plugin uses an outdated jQuery version.  At present maximum theme or plugin don’t need jquery-migrate.min.js file. It’s unnecessary to load this script on your site. WordPress already maintains jQuery itself.  It’s…

© 2021-2024 - Adminify | All rights reserved

WP Adminfy accepted payment methods