File: wp-includes/general-template.php
-
functionbloginfo()
Displays information about the current site.
-
functionsingle_tag_title()
Displays or retrieves page title for tag post archive.
-
Filters the default login form output arguments.
-
hookget_search_form
Filters the HTML output of the search form.
-
hooklogin_form_top
Filters content to display at the top of the login form.
-
functionwp_loginout()
Displays the Log In/Out link.
-
Filters content to display in the middle of the login form.
-
hookloginout
Filters the HTML output for the Log In/Log Out link.
-
Filters content to display at the bottom of the login form.
-
functionwp_logout_url()
Retrieves the logout URL.
-
functionwp_lostpassword_url()
Returns the URL that allows the user to reset the lost password.
-
hooklogout_url
Filters the logout URL.
-
hooklostpassword_url
Filters the Lost Password URL.
-
functionwp_login_url()
Retrieves the login URL.
-
functionwp_register()
Displays the Registration or Admin link.
-
hooklogin_url
Filters the login URL.
-
functionwp_registration_url()
Returns the URL that allows the user to register on the site.
-
hookregister_url
Filters the user registration URL.
-
functionwp_login_form()
Provides a simple login form for use anywhere within WordPress.
-
Filters the HTML format of the search form.
-
functionget_header()
Loads header template.
-
hookget_header
Fires before the header template file is loaded.
-
functionget_footer()
Loads footer template.
-
hookget_footer
Fires before the footer template file is loaded.
-
functionget_sidebar()
Loads sidebar template.
-
hookget_sidebar
Fires before the sidebar template file is loaded.
-
functionget_template_part()
Loads a template part into a template.
-
Fires before the specified template part file is loaded.
-
functionget_search_form()
Displays search form.
-
Fires before the search form is retrieved, at the start of get_search_form().