Uses
Uses | Description |
---|---|
wp-includes/embed.php: oembed_min_max_width | Filters the allowed minimum and maximum widths for the oEmbed response. |
wp-includes/embed.php: oembed_response_data | Filters the oEmbed response data. |
wp-includes/pluggable.php: get_userdata() | Retrieve user info by user ID. |
wp-includes/general-template.php: get_bloginfo() | Retrieves information about the current site. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/link-template.php: get_home_url() | Retrieves the URL for a given site where the front end is accessible. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post-template.php: get_the_title() | Retrieve post title. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/post.php: get_post_status() | Retrieve the post status based on the post ID. |
wp-includes/author-template.php: get_author_posts_url() | Retrieve the URL to the author page for the user with the ID provided. |