Links (URL) (category)

admin_url()

Retrieves the URL to the admin area for the current site. Takes into account protocols (http and https).

edit_bookmark_link()

Outputs a link to edit the current bookmark (link) if the user is authorized and has permission to edit.

edit_comment_link()

Outputs a link (HTML tag A) for editing the current comment in the loop, if the user has permission to do so.

edit_post_link()

Displays the edit post link for a post, if the user is allowed to change the post.

edit_tag_link()

Outputs a link to edit the current meta-field if the user is allowed to modify tags.

get_admin_url()

Retrieves the URL to the site admin area.

get_delete_post_link()

Gets the link (URL) to delete a post.

get_edit_post_link()

Gets the link (URL) to edit post in the admin panel.

get_home_url()

Gets the URL of the site's main page (without / at the end). You can specify the site ID of the network. Considers the protocol (http, https).

get_permalink()

Gets the permalink for a post for further use in PHP.

get_privacy_policy_url()

Returns the URL of the privacy policy page.

get_search_query()

Retrieves the contents of the search WordPress query variable.

get_site_url()

Gets the site URL.

get_theme_file_uri()

Gets the URL of the specified theme file. Takes into account child themes.

home_url()

Gets the URL of the site's main page (without the trailing slash /). Considers the protocol (http, https).

site_url()

Gets the site URL (where the WordPress core is installed) with the corresponding protocol (https, if the is_ssl condition is triggered).

the_permalink()

Displays link (URL) to the post that is currently being processed in the Loop.

the_privacy_policy_link()

Outputs a link (html) to the privacy policy page.