If you have over thousands and thousands of records in your _wc_session_ in your wp_options table, this could be a sign cron job is…
Tag
WordPress
WordPress
WordPress make admin post as a different user
WordPress make admin post as a different user by default. You should never post a admin user, so you do not expose the admin…
WordPress
WordPress local installation Forbidden You don’t have permission to access / on this server
My WordPress local development installation was throwing the “Forbidden You don’t have permission to access / on this server” error.
WordPress
WooCommerce override left in stock and out of stock text
WooCommerce override left in stock and out of stock text was needed. In the case of a store that mostly sells unique items placing…
WordPress
How to add Javascript file to a WordPress theme
There are basically 3 steps that you need to do in your themes functions.php in order to add a javascript file to your theme.
WordPress
Protect WordPress login, based on IP address – Snippet
One of the best ways to protect your WordPress login form from attackers, is to limit access to it based on IP addresses. This…