Definition:
function get_default_page_to_edit() {}
Get the default page information to use.
Return values
returns:object containing all the default post data as attributes
Source code
function get_default_page_to_edit() {
$page = get_default_post_to_edit();
$page->post_type = 'page';
return $page;
}
1360

February 12, 2011 


No comments yet... Be the first to leave a reply!