SOLID principles examples using PHP
Here are some examples of how the SOLID principles can be applied in PHP
SOLID principles examples using PHP Read More »
Here are some examples of how the SOLID principles can be applied in PHP
SOLID principles examples using PHP Read More »
If you in a situation where you need to disable access to Advanced Custom fields WordPress admin GUI, you may need to do this to prevent your client from miss post fields by mistake.
Disable access to Advanced Custom fields admin menu Read More »
If you want to add a custom class to your WordPress page based on custom condition i.e. the current page isn’t a front page. Here is an example on how to use body_class filter. If you find the above code is useful please share, thanks.
Add custom body classes to WordPress Read More »
You can create a frontend form to insert or update posts using acf_form, that nice function allows you to easily create a frontend from.
ACF frontend form media uploader Read More »
Arrow function is is a new expression to write functions instead of traditional function code.
Arrow function expressions on JavaScript ES6 Read More »
In this article we will deploy a Laravel project to a subdomain on shared host cPanel
How to deploy a Laravel project to a subdomain on a shared host for cPanel Read More »
If you need to call an external API from your WordPress theme or plugin you can use basic couple of functions.
How to call API in WordPress Read More »