if you looking to restrict WordPress dashboard access by user capability to prevent registered users without admin capability to access WordPress admin so if you need to it in just one minute by this code snippet where let you filter…
WordPress has a page called “options.php” where have a complete list of all the settings you have within your database related to your WordPress site so if you need to add an additional option to your settings menu with a…
WordPress dashboard has widgets for admin like the quick press, recent comments, and WordPress news so if you need to remove it from WordPress in just one minute using this code snippet. Steps to disable dashboard widgets: Open WordPress admin…
Do you need to add HTML5 Figure in WordPress if you need that you can do it in just one minute using this code snippet where let you filter by WordPress built-in hooks image_send_to_editor Steps to use figure and caption…
If you need to add nofollow to all links in WordPress at just one minute using this code snippet where let you filter by WordPress built-in hooks the_content. Steps to nofollow links in WordPress: Open WordPress admin panel then go…
if you search about a way to remove breadcrumbs from your WooCommerce store, you must now there were probably a plugin for this, this WordPress code snippet that you can use to remove breadcrumbs in WooCommerce. This code snippet will…
WordPress adds emoji script in page header so if you need to remove all traces of emoji script from WordPress head in just one minute using this code snippet where let you filter by WordPress built-in hooks. Steps to emoji…
if you search about a way to remove product tabs from your WooCommerce store, you must now there were probably a plugin for this, this WordPress code snippet that you can use to remove product tabs in WooCommerce. This code…
WordPress add their brand logo on admin area where you will find it in signup and logo pages so if you need to replace it in just one minute by this code snippet where let you filter by WordPress built-in…
WordPress has Trash feature where was a place to put something that you no longer want such posts, pages and comments. If you click ‘Trash’ it will be sent the item to the trash. and it remains there for 30…