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, today you will learn how you can create an interactive frontend and add Alpine.js to a Laravel project. At re:Software S.L., we create innovative solutions for businesses…
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,…
To spare yourself the headaches related to the building and linking processes of compilation, I'd like to introduce the concept of a Makefile for C++. These files serve as a…
Have you ever tried to use a JSON API with Axios is a Javascript library that offers features to execute HTTP requests using a promise-based architecture. Most prominent HTTP requests…