Advertisement

init

Fires after WordPress has finished loading but before any headers are sent.

plugins_loaded

Fires once activated plugins have loaded.

password_reset

Fires before the user’s password is reset.

retreive_password

Fires before a new password is retrieved.

Advertisement

user_register

Fires immediately after a new user is registered.

wp_login

Fires after the user has successfully logged in.

load_template

Require the template file with WordPress environment.

get_single_template

Retrieve path of single template in current or parent template. Applies to single Posts, single Attachments, and single custom post types.

Advertisement

get_page_template

Retrieve path of page template in current or parent template.

get_search_template

Retrieve path of search template in current or parent template.

get_home_template

Retrieve path of home template in current or parent template.

get_date_template

Retrieve path of date template in current or parent template.

Advertisement

get_category_template

Retrieve path of category template in current or parent template.

get_author_template

Retrieve path of author template in current or parent template.

get_archive_template

Retrieve path of archive template in current or parent template.