Using WordPress ‘format_to_post()’ PHP function Written by Adrian Gordon WordPress Formerly used to escape strings before inserting into the DB.
Using WordPress ‘get_edit_post_link()’ PHP function Written by Adrian Gordon WordPress The `get_edit_post_link()` function in WordPress retrieves the URL for editing a post
Using WordPress ‘get_edit_profile_url()’ PHP function Written by Adrian Gordon WordPress The `get_edit_profile_url()` function in WordPress retrieves the URL to the user's profile editor using the specified `$user_id` and `$scheme`
Using WordPress ‘get_page_template()’ PHP function Written by Adrian Gordon WordPress Retrieves path of page template in current or parent template.
Using WordPress ‘get_page_of_comment()’ PHP function Written by Adrian Gordon WordPress Calculates what page number a comment will appear on for comment paging.
Using WordPress ‘get_page_link()’ PHP function Written by Adrian Gordon WordPress Retrieves the permalink for the current page or page ID.
Using WordPress ‘get_page_hierarchy()’ PHP function Written by Adrian Gordon WordPress Orders the pages with children under parents in a flat list.
Using WordPress ‘get_page_children()’ PHP function Written by Adrian Gordon WordPress Identifies descendants of a given page ID in a list of page objects.
Using WordPress ‘get_pages()’ PHP function Written by Adrian Gordon WordPress Retrieves an array of pages (or hierarchical post type items).