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/media.php: get_attached_media | Filters the list of media attached to the given post. |
wp-includes/media.php: get_attached_media_args | Filters arguments used to retrieve media attached to the given post. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |