| Posts | 
                                            
                            | Gets previous or next post. | 
                                            
                            | Gets first or last post. | 
                                            
                            | Gets children of post. | 
                                            
                            | Gets extended content from string. | 
                                            
                            | Gets next post. get_next_post ( b $in_same_term, a|s $excluded_terms, s $taxonomy )
 | 
                                            
                            | Gets next post link. | 
                                            
                            | Displays next post link. | 
                                            
                            | Gets post permalink. | 
                                            
                            | Prints post permalink. | 
                                            
                            | Gets post excerpt. | 
                                            
                            | Displays post excerpt. | 
                                            
                            | Gets post thumbnail. | 
                                            
                            | Gets a post. get_post ( i|WP_Post $post, c $output, s $filter )
 | 
                                            
                            | Gets post field. | 
                                            
                            | Gets parents of post. | 
                                            
                            | Gets post mime type. | 
                                            
                            | Gets post status. | 
                                            
                            | Gets post format. | 
                                            
                            | Sets post format. | 
                                            
                            | Gets post edit link. | 
                                            
                            | Gets post delete link. | 
                                            
                            | Gets previous post. | 
                                            
                            | Gets previous post link. | 
                                            
                            | Displays previous post link. | 
                                            
                            | Gets posts. | 
                                            
                            | Does query have results remaining? | 
                                            
                            | Is this a single post? | 
                                            
                            | Is post flagged as sticky? | 
                                            
                            | Gets ID of current loop item. | 
                                            
                            | Displays ID of current loop item. | 
                                            
                            | Iterates the loop index. | 
                                            
                            | Gets recent posts. | 
                                            
                            | Does post have an image? | 
                                            
                            | Does post have an excerpt? | 
                                            
                            | Does post have the specified format? | 
                                            
                            | Custom Posts | 
                                            
                            | Add a post status. | 
                                            
                            | Add a post type. | 
                                            
                            | Is this a post type archive? | 
                                            
                            | Gets/displays post type archive title. | 
                                            
                            | Add feature support to post type. | 
                                            
                            | Remove feature support from post type. | 
                                            
                            | Does post type support a feature? | 
                                            
                            | Sets post type of post. | 
                                            
                            | Does post type exist? | 
                                            
                            | Gets attachment image. | 
                                            
                            | Gets attachment link. | 
                                            
                            | Gets attachment mime type icon. | 
                                            
                            | Gets attachment metadata. | 
                                            
                            | Gets attachment thumbnail. | 
                                            
                            | Gets attachment thumbnail URL. | 
                                            
                            | Gets attachment URL. | 
                                            
                            | Did page edit change slug? | 
                                            
                            | Gets count of posts with post type. | 
                                            
                            | Gets mime types and file extensions. | 
                                            
                            | Gets mime type icon. | 
                                            
                            | Gets attachment thumbnail metadata. | 
                                            
                            | Converts attachment to JS-ready format. | 
                                            
                            | Sets attachment metadata. | 
                                            
                            | Bookmarks | 
                                            
                            | Gets a bookmark. | 
                                            
                            | Gets bookmarks. | 
                                            
                            | Gets/displays all bookmarks. | 
                                            
                            | Other Post-Related Functions | 
                                            
                            | Adds meta box to screen. add_meta_box ( s $id, s $title, f $callback, s|a|WP_Screen $screen, s $context, s $priority, a $callback_args )
 | 
                                            
                            | Removes meta box from screen. | 
                                            
                            | Gets loop item author. | 
                                            
                            | Displays loop item author. | 
                                            
                            | Gets posts by loop item author. | 
                                            
                            | Gets loop item content. | 
                                            
                            | Displays loop item content. | 
                                            
                            | Gets post title. | 
                                            
                            | Displays loop item title. | 
                                            
                            | Sanitizes loop item title. | 
                                            
                            | Gets excerpt of proper length. | 
                                            
                            | Gets a post revision. | 
                                            
                            | Gets post revisions. | 
                                            
                            | Is post a revision? | 
                                            
                            | Gets paginated link for archive. |