stijn0713 Posted March 28, 2012 Share Posted March 28, 2012 I see a lot of functions in scripts in wordpress that are not 'defined' in that script file. I'm i missing out on something or can functions be of some global scope that is over all scripts? Link to comment https://forums.phpfreaks.com/topic/259892-wordpress-functions/ Share on other sites More sharing options...
trq Posted March 28, 2012 Share Posted March 28, 2012 No, but they can be included. Link to comment https://forums.phpfreaks.com/topic/259892-wordpress-functions/#findComment-1332066 Share on other sites More sharing options...
bob_gabriel Posted April 2, 2012 Share Posted April 2, 2012 I also found some difficulties in using wordpress. Link to comment https://forums.phpfreaks.com/topic/259892-wordpress-functions/#findComment-1333460 Share on other sites More sharing options...
floridaflatlander Posted April 7, 2012 Share Posted April 7, 2012 I see a lot of functions in scripts in wordpress that are not 'defined' in that script file. Many are defined in places like wp-includes/general-template.php. To find out more about the locations various functions google the function name or as close to it as you can get and you'll find someone somewhere as probably ask the same same question. Link to comment https://forums.phpfreaks.com/topic/259892-wordpress-functions/#findComment-1335229 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.