Uses
Uses | Description |
---|---|
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/class-wp-embed.php: embed_maybe_make_link | Filters the returned, maybe-linked embed URL. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |