What exactly does the <?php get_page(); ?> function do, I am guessing it is something fairly simple and rudimentary but cant find an explanation anywhere?
What exactly does the <?php get_page(); ?> function do, I am guessing it is something fairly simple and rudimentary but cant find an explanation anywhere?
From the wp-includes/post.php script:
* get_page() - Retrieves page data given a page ID or page object
Since get_page invokes get_post you might find useful info here:
http://codex.wordpress.org/Function_Reference/get_post
This topic has been closed to new replies.