Home › Forums › Back End › PHP functions in word press › Re: PHP functions in word press
February 27, 2010 at 8:34 pm
#71157
Member
Look in wp-includes/functions.php file – the get_header(), get_footer(), etc. functions all utilize include() (or require/require_once() – I can’t remember).