Uses
Uses | Description |
---|---|
wp-includes/meta.php: get_object_subtype_{$object_type} | Filters the object subtype identifier for a non-standard object type. |
wp-includes/pluggable.php: get_user_by() | Retrieve user info by a given field |
wp-includes/taxonomy.php: get_term() | Get all Term data from database by Term ID. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post.php: get_post_type() | Retrieves the post type of the current post or of a given post. |
wp-includes/comment.php: get_comment() | Retrieves comment data given a comment ID or comment object. |