New and updated in 1.5.0
-
Filters the current comment author for use in a feed.
-
functioncomment_link()
Displays the link to the comments.
-
functionget_option()
Retrieves an option value based on an option name.
-
Filters the value of an existing option before it is retrieved.
-
hookoption_{$option}
Filters the value of an existing option.
-
functionform_option()
Prints option value after sanitizing for forms.
-
hookuser_register
Fires immediately after a new user is registered.
-
hookpassword_reset
Fires before the user’s password is reset.
-
hookwp_login
Fires after the user has successfully logged in.
-
functionload_template()
Requires the template file with WordPress environment.
-
functionwp_setcookie()
Sets a cookie for a user who just logged in. This function is deprecated.
-
functionwp_clearcookie()
Clears the authentication cookie, logging the user out. This function is deprecated.
-
functionget_search_template()
Retrieves path of search template in current or parent template.
-
functionget_single_template()
Retrieves path of single template in current or parent template. Applies to single Posts, single Attachments, and single custom post types.
-
functionget_comments_popup_template()
Retrieve path of comment popup template in current or parent template.
-
functionget_404_template()
Retrieves path of 404 template in current or parent template.
-
functionget_archive_template()
Retrieves path of archive template in current or parent template.
-
functionget_author_template()
Retrieves path of author template in current or parent template.
-
functionget_category_template()
Retrieves path of category template in current or parent template.
-
functionget_date_template()
Retrieves path of date template in current or parent template.
-
functionget_home_template()
Retrieves path of home template in current or parent template.
-
functionget_page_template()
Retrieves path of page template in current or parent template.
-
functionget_paged_template()
Retrieve path of paged template in current or parent template.
-
functionget_query_template()
Retrieves path to a template.
-
hook{$type}_template
Filters the path of the queried template by type.
-
functionpost_custom()
Retrieves post custom meta data field.
-
functionwp_list_pages()
Retrieves or displays a list of pages (or hierarchical post type items) in list (li) format.
-
functionget_the_guid()
Retrieves the Post Global Unique Identifier (guid).
-
hookget_the_guid
Filters the Global Unique Identifier (guid) of the post.
-
functionthe_guid()
Displays the Post Global Unique Identifier (guid).