Blog
0
Difference between site_url() and home_url()?
The site_url() will always be the location where you can reach the site by tacking on /wp-admin on the end,…
0
What are the template tags in WordPress?
A template tag is code that instructs WordPress to “do” or “get” something. Like in header.php we will use the…
0
What are the rules that you have to follow for wordpress plugin development?
Create a unique name Create the plugin’s folder Create a sub-folder for PHP files, translations and assets Create the main…