How do you call these instructions in Wordpress?

2

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!

    
asked by anonymous 22.02.2015 / 15:55

1 answer

3

Maybe you are looking for this page, Reference Functions .

See also PHP Documentation Standards .

    
22.02.2015 / 16:05