Uses
| Uses | Description |
|---|---|
| wp-includes/query.php: is_embed() | Is the query for an embedded post? |
| wp-includes/l10n.php: __() | Retrieve the translation of $text. |
| wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
| wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
| wp-includes/post-template.php: get_the_title() | Retrieve post title. |