Disable WordPress REST API
This free source code snippet is very simple and uses the WordPress rest_authentication_errors filter to completely disable the WordPress REST API. What happens here is simply that any request to…
This free source code snippet is very simple and uses the WordPress rest_authentication_errors filter to completely disable the WordPress REST API. What happens here is simply that any request to…
Welcome dear reader- if you just signed up for a VPS plan, you are probably looking for a way to install WordPress on the operating system. Some infrastructure providers may…
Have you ever tried to manage files and folders using PHP? The programming language offers various features to manipulate the filesystem. Finding its roots back in the C programming language,…
Have you ever tried to change the WordPress Site URL using your MySQL command line, or using PHP code? This is what this guide is about. After going through the…
We like to call Laravel a "progressive" framework. By that, we mean that it grows with you when building SaaS with Laravel. If you're just taking your first steps into…