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…
If you are using Wordpress and have tried to upload SVG files, you probably found out that it is not allowed by default. This free source code snippet provides a…
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 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…