Uses
Uses | Description |
---|---|
wp-includes/embed.php: post_embed_url | Filters the URL to embed a specific post. |
wp-includes/formatting.php: esc_url_raw() | Performs esc_url() for database usage. |
wp-includes/formatting.php: trailingslashit() | Appends a trailing slash. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
wp-includes/link-template.php: user_trailingslashit() | Retrieves a trailing-slashed string if the site is set for adding trailing slashes. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post.php: get_page_by_path() | Retrieves a page given its path. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/post.php: get_post_types() | Get a list of all registered post type objects. |