How do you call the specific PHP instructions for Wordpress? Of type:
bloginfo("url");
bloginfo("template_url");
get_bloginfo("description", "display");
I tried searching for features but that's not it!
How do you call the specific PHP instructions for Wordpress? Of type:
bloginfo("url");
bloginfo("template_url");
get_bloginfo("description", "display");
I tried searching for features but that's not it!
Maybe you are looking for this page, Reference Functions .
See also PHP Documentation Standards .