Uses
Uses | Description |
---|---|
wp-admin/includes/media.php: {$type}_send_to_editor_url | Filters the URL sent to the editor for a specific media type. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/formatting.php: wp_basename() | i18n friendly version of basename() |
wp-includes/formatting.php: esc_url_raw() | Performs esc_url() for database usage. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/pluggable.php: check_ajax_referer() | Verifies the Ajax request to prevent processing requests external of the blog. |
wp-includes/functions.php: wp_send_json_error() | Send a JSON response back to an Ajax request, indicating failure. |
wp-includes/functions.php: wp_send_json_success() | Send a JSON response back to an Ajax request, indicating success. |
wp-includes/functions.php: wp_ext2type() | Retrieve the file type based on the extension name. |
wp-includes/class-wp-embed.php: WP_Embed::maybe_make_link() | Conditionally makes a hyperlink based on an internal class variable. |
wp-includes/class-wp-embed.php: WP_Embed::run_shortcode() | Process the [embed] shortcode. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |