Uses
Uses | Description |
---|---|
wp-includes/http.php: wp_parse_url() | A wrapper for PHP’s parse_url() function that handles consistency in the return values across PHP versions. |
wp-includes/functions.php: wp_validate_boolean() | Filter/validate a variable as a boolean. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/load.php: is_admin() | Determines whether the current request is for an administrative interface page. |
wp-includes/functions.wp-scripts.php: wp_enqueue_script() | Enqueue a script. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/functions.php: wp_check_filetype() | Retrieve the file type from the file name. |
wp-includes/functions.php: wp_get_mime_types() | Retrieve list of mime types and file extensions. |
wp-includes/functions.php: remove_query_arg() | Removes an item or items from a query string. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/link-template.php: set_url_scheme() | Sets the scheme for a URL. |
wp-includes/functions.wp-styles.php: wp_enqueue_style() | Enqueue a CSS stylesheet. |
wp-includes/shortcodes.php: shortcode_atts() | Combine user attributes with known attributes and fill in defaults when needed. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: did_action() | Retrieve the number of times an action is fired. |
wp-includes/post-template.php: get_the_ID() | Retrieve the ID of the current item in the WordPress Loop. |
wp-includes/media.php: get_attached_media() | Retrieves media attached to the passed post. |
wp-includes/media.php: wp_get_video_extensions() | Returns a filtered list of supported video formats. |
wp-includes/media.php: wp_video_shortcode_override | Filters the default video shortcode output. |
wp-includes/media.php: wp_video_shortcode_library | Filters the media library used for the video shortcode. |
wp-includes/media.php: wp_video_shortcode_class | Filters the class attribute for the video shortcode output container. |
wp-includes/media.php: wp_video_shortcode | Filters the output of the video shortcode. |
wp-includes/media.php: wp_mediaelement_fallback() | Provides a No-JS Flash fallback as a last resort for audio / video. |
wp-includes/post.php: wp_get_attachment_url() | Retrieve the URL for an attachment. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |