2
How is PHP instructions specific to Wordpress called? Of the type:
bloginfo("url");
bloginfo("template_url");
get_bloginfo("description", "display");
I tried to look for Features but that’s not it !!!
2
How is PHP instructions specific to Wordpress called? Of the type:
bloginfo("url");
bloginfo("template_url");
get_bloginfo("description", "display");
I tried to look for Features but that’s not it !!!
3
Maybe you are looking for this page, Function Reference.
See also PHP Documentation Standards.
Browser other questions tagged php wordpress wordpress-theme
You are not signed in. Login or sign up in order to post.
Function Reference that’s right there !!!
– Marcos Vinicius
@Marcosvinicius Take a look at this page also.
– stderr