WordPress
Disable REST API for non-logged users in WordPress
Disable REST API without using a plugin. Add the following code to the functions.php file in your theme or in…
Disable WordPress XML-RPC in NGINX
Locate your nginx configuration file and add the following rule in there. Save it and reload the nginx service. Now…
Sending Axios parameters with a POST request in PHP
Using a library like Axios to create complex AJAX requests is simple and easy. Of course, we can use `fetch`…

EasyEngine increase the max upload file size in 10 seconds
If you’re using EasyEngine for your WordPress website then probably you found that the max upload size of a file…

Programmatically insert taxonomy terms in WordPress
I’ve got this dilemma today. I had to insert all states of America in DB as a taxonomy term. Instead…

Gutenberg full and wide width inside of a fixed container
Gutenberg, the new editor from WordPress 5+ comes with some handy block options which allow defining full and wide width.…
Recent comments