Articles
If you need to do a CURL request within the context of a WordPress plugin or Theme, then the code...
Enable Fenced Off Debugging to Your IP in WordpressUse the code below to activate the bugging in WordPress but locked down to your IP.Put this in...
Fix WordPress 404 Errors on Password Protected DirectoriesYou are reading this article becasue you have applied password protection on the wp-admin...
How to protect your Wordpress Login from BotsYou are reading this article because you are getting a lot of attacks on your WordPress login...
How to remove the posts button from wordpressYou are reading this article because you want to remove the "Posts" button within the WordPress...
Import piped separated formatted data from wordpress to google sheetsYou are reading this article because you have a list of posts in wordpress and you want to grab...
Prevent External Access to Wordpress Rest APIIts very easy for a malicious actor to see a list of the usernames used on your wordpress...
Rewrite a link in a button in wordpress using wp_head hook and jqueryYou are reading this article because you have a WordPress page with a button and when a certain...
SVG Logo is not appearing in WordpressYou are reading this article because you have managed to upload an SVG file to your Wordpress...
WPML hard code the site key into wp-configWPML has a tendency to be a bit flaky with their keys and overnight your WPML site may become...
customised wordpress wp-config fileOut of the box, the WordPress wp-config.php file is basic and ugly.Below is our standard...