GIT extension for Plesk has a nice feature “Additional GIT deployment actions” which comes in handy when you need to automate some post-deployment stuff. For WordPress based websites which are […]
Remove WP Armour from dashboard and admin menu
When you install and activate a free version of WP Armour – Honeypot Anti Spam plugin by Dnesscarkey it automatically adds one more useless widget to the WordPress dashboard which […]
Remove “Latest from ButlerBlog” dashboard widget by WP-Members
“Latest from ButlerBlog” dashboard widget is being added by a WP-Members Membership plugin by Chad Butler and can be removed easily by adding a small code snippet to your WordPress […]
Fix: “Coupon management has moved!” does not disappear in WooCommerce
There’s a common glitch in WooCommerce which happens to be around from January, 2022 – nag message “Coupon management has moved!” can’t be dismissed from the WordPress admin interface and […]
Cloning GIT repository in Plesk: Failed to gather public SSH host key for the bitbucket.org
When trying to clone GIT repository in Plesk (by using its GIT interface) from bitbucket.org you may face the following error: This can be fixed easily in a following way: […]
2 ways how to change your WordPress password without logging into WordPress
It can be done easily if you have an access to the website files or database. Both methods are known to work 100% without any issues. Before you do anything […]
How to find and clear all website error logs on a Plesk (Linux) shared hosting server?
There are times when you need to find and clear up PHP / WordPress error logs for multiple sites on the same server at once, so you can quickly oversee […]
Fix for Filesystem disabled error in Redis Object Cache
Some of the WordPress users who use Redis Object Cache plugin (by Till Krüss) on their websites could experience a “Filesystem: Disabled” error from this plugin (in previous versions – […]
Get a post name by post ID in WordPress
In WordPress, you can get a post name (also known as a slug) by its ID using the get_post_field() function or by directly querying the WordPress database. Here are a […]
How to remove “WordPress Guides” dashboard widget by Super Page Cache for Cloudflare
If you use “Super Page Cache for CloudFlare” plugin, you might be interested in removing its “WordPress Guides/Tutorials” widget from your WordPress dashboard in order to improve its loading time […]