Last night when I downloaded and ran the latest portable version of XAMPP (with PHP7), I encountered an error message that states, "The mbstring extension is missing ...
Snippets Archive
Codes that are meant to be useful for others. Commercial use of my code strictly prohibited.
Remove REST API Link Tag from WP Site Header
In one of my previous post, I discussed how to disable REST API in WP. Unfortunately, disabling the REST-API does not remove the API link tag on the the header section of your WP site ...
Disable REST API in WordPress
With the introduction of REST API in WordPress v4.4, this blogging platform has become one step close towards becoming a full-fledged web application ...
Write Down Simple Note on WP Dashboard
Every now and then whenever I work on a site, sometimes I need to write down certain notes for my site ...
Force HTTPS on Server using .htaccess
If you are familiar with the Apache web server then you must have known that the .htaccess file at the very root directory of your website plays a very important role ...
Add New Country to WooCommerce Countries List
By default, WooCommerce has a list of countries that can be used for storing customer's shipping and billing information ...
Remove "Add to Cart" Button from Products Archive Page
On WooCommerce, by default you should see "Add to cart" button on product archive page. However, the label for this button may vary depending on the type of product and it's various attributes that is being used ...
Remove oEmbed Discovery Link Tag
By default WP supports oEmbed which allows users to add media content (videos, music, images etc.) within their post very easily ...
Disable Default WooCommerce Stylesheets
By default whenever you activate the "WooCommerce" plugin on your WordPress site, it also enables some of the "Stylesheet" file ...
Remove Product Count from Categories on WooCommerce
If you are familiar with WooCommerce plugin, then you should have known by now that by default Product categories or subcategories displays the product count ...
Displaying Current Theme Related Information
WordPress has a simple built in function to display current/active theme related information on both the front and back end ...
Enforce Admin Bar Visibility to User
In WP there are option to hide or to make Toolbar (formerly Admin Bar) visible for every single user ...
Removing WooCommerce Meta Generator Tag
In one of my post, I already discussed about the WordPress meta generator tag and have shown how to remove it ...
Replacing Self Closing Line Break Tag from Post Content
Despite the fact that more and more websites are moving towards HTML5 standard because of numerous advanced features, WordPress seems to be naive enough to stick around xHTML ...
Emptying Trash Automatically in WordPress
By default in WordPress you have the option to trash any Post, Page, Comments or even your Custom Post type item ...