WPDev.one
Event Triggers

Actions Reference

240+ event triggers available in WordPress core. Hooks that fire at specific times during WordPress execution to run your custom code.

Showing 101 to 150 of 240 actions (Page 3 of 5)
pre_current_active_plugins

Fires before the plugins list table is rendered. This hook also fires before the plugins list table is rendered in the Network Admin. Please note: The 'active' portion of the hook name does not refer to whether the current view is for active plugins, but rather all plugins actively-installed.

1 argument
add_category_form_pre

Fires before the Add Category form.

3 arguments
add_link_category_form_pre

Fires before the link category form.

3 arguments
add_tag_form_pre

Fires before the Add Tag form.

3 arguments
{$taxonomy}_pre_add_form

Fires before the Add Term form for all taxonomies. The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. Possible hook names include: - `category_pre_add_form` - `post_tag_pre_add_form`

1 argument
{$taxonomy}_term_new_form_tag

Fires inside the Add Tag form tag. The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. Possible hook names include: - `category_term_new_form_tag` - `post_tag_term_new_form_tag`

add_tag_form_fields

Fires after the Add Tag form fields for non-hierarchical taxonomies.

1 argument
{$taxonomy}_add_form_fields

Fires after the Add Term form fields. The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. Possible hook names include: - `category_add_form_fields` - `post_tag_add_form_fields`

1 argument
edit_category_form

Fires at the end of the Edit Category form.

3 arguments
edit_link_category_form

Fires at the end of the Edit Link form.

3 arguments
add_tag_form

Fires at the end of the Add Tag form.

3 arguments
{$taxonomy}_add_form

Fires at the end of the Add Term form for all taxonomies. The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. Possible hook names include: - `category_add_form` - `post_tag_add_form`

1 argument
after-{$taxonomy}-table

Fires after the taxonomy list table. The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. Possible hook names include: - `after-category-table` - `after-post_tag-table`

1 argument
tool_box

Fires at the end of the Tools Administration screen.

delete_user_form

Fires at the end of the delete users form prior to the confirm button.

2 arguments
enqueue_block_editor_assets

This action is documented in wp-admin/edit-form-blocks.php

install_themes_pre_{$tab}

Fires before each of the tabs are rendered on the Install Themes page. The dynamic portion of the hook name, `$tab`, refers to the current theme installation tab. Possible hook names include: - `install_themes_pre_block-themes` - `install_themes_pre_dashboard` - `install_themes_pre_featured` - `install_themes_pre_new` - `install_themes_pre_search` - `install_themes_pre_updated` - `install_themes_pre_upload`

install_themes_{$tab}

Fires at the top of each of the tabs on the Install Themes page. The dynamic portion of the hook name, `$tab`, refers to the current theme installation tab. Possible hook names include: - `install_themes_block-themes` - `install_themes_dashboard` - `install_themes_featured` - `install_themes_new` - `install_themes_search` - `install_themes_updated` - `install_themes_upload`

1 argument
customize_controls_init

Fires when Customizer controls are initialized, before scripts are enqueued.

customize_controls_enqueue_scripts

Fires when enqueuing Customizer control scripts.

customize_controls_print_styles

Fires when Customizer control styles are printed.

customize_controls_print_scripts

Fires when Customizer control scripts are printed.

customize_controls_head

Fires in head section of Customizer controls.

customize_controls_print_footer_scripts

Prints templates, control scripts, and settings in the footer.

install_plugins_pre_{$tab}

Fires before each tab on the Install Plugins screen is loaded. The dynamic portion of the hook name, `$tab`, allows for targeting individual tabs. Possible hook names include: - `install_plugins_pre_beta` - `install_plugins_pre_favorites` - `install_plugins_pre_featured` - `install_plugins_pre_plugin-information` - `install_plugins_pre_popular` - `install_plugins_pre_recommended` - `install_plugins_pre_search` - `install_plugins_pre_upload`

install_plugins_pre_upload

This action is documented in wp-admin/plugin-install.php

install_plugins_upload

This action is documented in wp-admin/plugin-install.php

install_plugins_{$tab}

Fires after the plugins list table in each tab of the Install Plugins screen. The dynamic portion of the hook name, `$tab`, allows for targeting individual tabs. Possible hook names include: - `install_plugins_beta` - `install_plugins_favorites` - `install_plugins_featured` - `install_plugins_plugin-information` - `install_plugins_popular` - `install_plugins_recommended` - `install_plugins_search` - `install_plugins_upload`

1 argument
invite_user

Fires immediately after an existing user is invited to join the site, but before the notification is sent.

3 arguments
user_new_form_tag

Fires inside the adduser form tag.

user_new_form

Fires at the end of the new user form. Passes a contextual string to make both types of new user forms uniquely targetable. Contexts are 'add-existing-user' (Multisite), and 'add-new-user' (single site and network admin).

1 argument
user_new_form_tag

This action is documented in wp-admin/user-new.php

user_new_form

This action is documented in wp-admin/user-new.php

1 argument
edit_category_form_pre

Fires before the Edit Category form.

3 arguments
edit_link_category_form_pre

Fires before the Edit Link Category form.

3 arguments
edit_tag_form_pre

Fires before the Edit Tag form.

3 arguments
{$taxonomy}_pre_edit_form

Fires before the Edit Term form for all taxonomies. The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. Possible hook names include: - `category_pre_edit_form` - `post_tag_pre_edit_form`

2 arguments
{$taxonomy}_term_edit_form_tag

Fires inside the Edit Term form tag. The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. Possible hook names include: - `category_term_edit_form_tag` - `post_tag_term_edit_form_tag`

{$taxonomy}_term_edit_form_top

Fires at the beginning of the Edit Term form. At this point, the required hidden fields and nonces have already been output. The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. Possible hook names include: - `category_term_edit_form_top` - `post_tag_term_edit_form_top`

2 arguments
edit_category_form_fields

Fires after the Edit Category form fields are displayed.

3 arguments
edit_link_category_form_fields

Fires after the Edit Link Category form fields are displayed.

3 arguments
edit_tag_form_fields

Fires after the Edit Tag form fields are displayed.

3 arguments
{$taxonomy}_edit_form_fields

Fires after the Edit Term form fields are displayed. The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. Possible hook names include: - `category_edit_form_fields` - `post_tag_edit_form_fields`

2 arguments
edit_category_form

This action is documented in wp-admin/edit-tags.php

3 arguments
edit_link_category_form

This action is documented in wp-admin/edit-tags.php

3 arguments
edit_tag_form

Fires at the end of the Edit Term form.

3 arguments
{$taxonomy}_edit_form

Fires at the end of the Edit Term form for all taxonomies. The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. Possible hook names include: - `category_edit_form` - `post_tag_edit_form`

2 arguments
sidebar_admin_setup

Fires early before the Widgets administration screen loads, after scripts are enqueued.

delete_widget

Fires immediately after a widget has been marked for deletion.

3 arguments
widgets_admin_page

Fires before the Widgets administration page content loads.