Fixing “Sorry, You Are Not Allowed To Access This Page” after creating a copy of a database with another table prefix in WordPress.
Tech Talk
Caching and Easy Digital Downloads
Our journey through enabling cache on a website using Easy Digital Downloads.
Replacing the existing WordPress Toolbar with WP Toolbar
We have recently enabled caching for all logged-in users on the Advanced Ads homepage to speed up the site for our customers. The whole project consisted of multiple steps. One of them was to disable the WP Toolbar for all users, including our editors and admins. To compensate for this, I was looking for an […]
Changing a user password without sending emails in WordPress
How I created a new password on a site that was not able to send emails through wp_mail.
Reviewing articles using block comments in WordPress – or tasks in Gutenberg blocks
Trying to add a comment to help an author improve their content in WordPress? This is the solution.
Google DFP tags on dynamic websites
Including Google DFP tags into dynamic websites can be a problem and cause wrong impressions. I am introducing two solutions in this article.
How I solved a massive bot attack on our store
For about a week now, our plugin store for Advanced Ads is attacked by bots. It looks like a massive brute force attack on our client’s login pages and few on our WordPress login. Our biggest problem is not that accounts get captured, but that the sheer size of the requests simply brings our server down. […]
Why is WordPress Admin constantly checking for updates?
Why WordPress Admin might be slow and constantly check for updates and what this might have to do with W3 Total Cache being enabled on them.
500 server error (blank page) when using method_exists in PHP
Identifying the cause of a 500 or 502 server error when using method_exists and how to fix it.
Shortcodes not working in category or tag description
Do shortcodes not work when you are using them in the description of your category or tag in WordPress? There is a surprising reason behind it as well as a simple solution.