Uses
Uses | Description |
---|---|
wp-includes/functions.php: do_enclose() | Check content for video and audio links to add as enclosures. |
wp-includes/post.php: get_posts() | Retrieves an array of the latest posts, or posts matching the given criteria. |
wp-includes/post.php: delete_post_meta() | Deletes a post meta field for the given post ID. |
wp-includes/post.php: get_post_types() | Get a list of all registered post type objects. |
wp-includes/comment.php: pingback() | Pings back the links found in a post. |
wp-includes/comment.php: do_trackbacks() | Perform trackbacks. |
wp-includes/comment.php: generic_ping() | Sends pings to all of the ping site services. |