Disable WordPress Comment Notification Emails

wordpress comment notification email

As an administrator on various sites I was getting tired of receiving comment notification emails for websites.  According to the WordPress support page comment notification email, administrators receive comment notifications for all posts.  This was not sitting well with me and my email box was starting to fill up with spam approval notices!   WordPress […]

Read More…

Editing your WordPress wp-config.php File

The wp-config.php file contained in the root of your WordPress install directory contains all the configuration items for connecting and interacting with WordPress.  The most important information it contains is the credentials for connecting to the MySQL database which without this you’d just see an white page with an error message saying “Database Not Found.  […]

Read More…

Copy billing to shipping address in WooCommerce

copy billing to shipping address woocommerce

There is no function in WordPress to copy billing to shipping address fields that WooCommerce adds to user profiles.  This is quite a tedious task if you are manually creating users via the WordPress dashboard.  This article will show you how to use jQuery with a bit of PHP in WordPress to copy the billing […]

Read More…