Uses
Uses | Description |
---|---|
wp-includes/post.php: get_children() | Retrieve all children of the post parent ID. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post-template.php: wp_get_attachment_link() | Retrieve an attachment page link using an image or icon, if possible. |
wp-includes/media.php: {$adjacent}_image_link | Filters the adjacent image link. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |