A common problem for websites hosted on a Plesk server and proxied via CloudFlare is that visitor IPs do not get logged in the site access log – instead you […]
Test SSD random read / write speeds on AlmaLinux using FIO
To test disk random write speed use the following command: Which will run a test with the following parameters: Block Size 16KiB IO Depth / Queue Depth 64 Number of […]
How to hide WPML icon in the WordPress admin bar
Some WordPress users who use WPML on their sites may find this WPML admin bar icon annoying. As there is no clear way how to remove it programmatically, a CSS […]
Remove WooCommerce “LIVE” admin bar button
With the release of WooCommerce version 9.3.3 a new useless element has appeared in the WordPress admin bar – “Live” button which symbolizes that the WooCommerce built-in “Coming Soon” mode […]
How to remove default WordPress dashboard widgets
When you create a Websites with WordPress, in general you do not need dashboard filled with useless junk like “WordPress Events and News”, “Quick Draft”, “Welcome” widgets. This short article […]
What to include in .gitignore file for WordPress websites
When you want to add the GIT source control for your WordPress based website this is always the first question that comes into the mind – what to include in […]
How to do a redirect from one domain to another straight from CloudFlare
Often it is needed to place a redirect from all pages in one domain to all pages (or a home page) in other domain and while the standard .htaccess file […]
Domain validation for e-mail in WooCommerce checkout form
Providing an invalid e-mail address is one of the most common mistakes people do when shopping online and WooCommerce is not an exception. It is a mistake so common, that […]
How to clear Action Scheduler logs
WordPress Action Scheduler is known for bloating the WordPress site database, therefore some additional tweaks must be applied for optimal performance. Further below you will see a code snippets which […]
Plesk: Backspace does not work in SSH Terminal (chroot)
A common issue you may face when working with an SSH terminal via user webspace in Plesk or SSH client (e.g. Putty) in a chrooted environment – /bin/bash (chrooted), is […]