WP HOOKS

Administracja

Hooki panelu administracyjnego wp-admin.

217 akcji368 filtrówrazem 585

Popularne w tej kategorii

Rejestruje meta boxy na ekranie edycji wpisu za pomocą add_meta_box().

Służy do ładowania skryptów i stylów w panelu administracyjnym. Otrzymuje parametr $hook_suffix, dzięki któremu możesz ograniczyć ładowanie do konkretnej strony.

Zmienia tekst w stopce panelu administracyjnego.

Odpala się na każdej stronie panelu dla zalogowanego użytkownika, po załadowaniu rdzenia admina. Standardowe miejsce na register_setting() i add_settings_field().

Wyświetla komunikaty w panelu administracyjnym. Do wyboru klasy: notice-info, notice-warning, notice-error, notice-success.

Pozwala dodać własne kolumny do listy wpisów w panelu — np. manage_book_posts_columns dla typu book.

Renderuje zawartość własnych kolumn na liście wpisów w panelu. Współpracuje z filtrem manage_{$post_type}_posts_columns.

Dodaje linki (np. „Ustawienia”) w wierszu wtyczki na liście wtyczek w panelu.

Zmienia komunikaty wyświetlane po zapisaniu wpisu w panelu.

Obsługuje żądania AJAX wysyłane do wp-admin/admin-ajax.php. {$action} zastępuje się nazwą akcji. Dla niezalogowanych użyj wp_ajax_nopriv_{$action}.

Wszystkie hooki

_core_updated_successfullyakcja

Fires after WordPress core has been successfully updated.

_wp_post_revision_field_{$field}filtrdynamiczny

Contextually filter a post revision field.

{$action}_overridesfiltrdynamiczny

Filters the override parameters for a file before it is uploaded to WordPress.

{$action}_prefilterfiltrdynamiczny

Filters the data for a file before it is uploaded to WordPress.

{$option}filtrdynamiczny

Filters the number of items to be displayed on each page of the list table.

{$taxonomy}_add_formakcjadynamiczny

Fires at the end of the Add Term form for all taxonomies.

{$taxonomy}_add_form_fieldsakcjadynamiczny

Fires after the Add Term form fields.

{$taxonomy}_edit_formakcjadynamiczny

Fires at the end of the Edit Term form for all taxonomies.

{$taxonomy}_edit_form_fieldsakcjadynamiczny

Fires after the Edit Term form fields are displayed.

{$taxonomy}_pre_add_formakcjadynamiczny

Fires before the Add Term form for all taxonomies.

{$taxonomy}_pre_edit_formakcjadynamiczny

Fires before the Edit Term form for all taxonomies.

{$taxonomy}_row_actionsfiltrdynamiczny

Filters the action links displayed for each term in the terms list table.

{$taxonomy}_term_edit_form_tagakcjadynamiczny

Fires inside the Edit Term form tag.

{$taxonomy}_term_edit_form_topakcjadynamiczny

Fires at the beginning of the Edit Term form.

{$taxonomy}_term_new_form_tagakcjadynamiczny

Fires inside the Add Tag form tag.

{$type}_send_to_editor_urlfiltrdynamiczny

Filters the URL sent to the editor for a specific media type.

{$type}_upload_iframe_srcfiltrdynamiczny

Filters the upload iframe source URL for a specific media type.

activate_{$plugin}akcjadynamiczny

Fires as a specific plugin is being activated.

activate_pluginakcja

Fires before a plugin is activated.

activate_tinymce_for_media_descriptionfiltr

Filters the TinyMCE argument for the media description field on the attachment details screen.

activated_pluginakcja

Fires after a plugin has been activated.

activity_box_endakcja

Fires at the end of the 'At a Glance' dashboard widget.

add_admin_bar_menusakcja

Fires after menus are added to the menu bar.

add_inline_dataakcja

Fires after outputting the fields for the inline editor for posts and pages.

add_linkakcja

Fires after a link was added to the database.

add_meta_boxesakcja

Fires after all built-in meta boxes have been added.

add_meta_boxes_{$post_type}akcjadynamiczny

Fires after all built-in meta boxes have been added, contextually for the given post type.

add_meta_boxes_commentakcja

Fires when comment-specific meta boxes are added.

add_meta_boxes_linkakcja

Fires when link-specific meta boxes are added.

add_tag_form_fieldsakcja

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

additional_capabilities_displayfiltr

Filters whether to display additional capabilities for the user.

admin_action_{$action}akcjadynamiczny

Fires when an 'action' request variable is sent.

admin_bar_initakcja

Fires after WP_Admin_Bar is initialized.

admin_body_classfiltr

Filters the CSS classes for the body tag in the admin.

admin_color_scheme_pickerakcja

Fires in the 'Administration Color Scheme' section of the user editing screen.

admin_comment_types_dropdownfiltr

Filters the comment types shown in the drop-down menu on the Comments list table.

admin_enqueue_scriptsakcja

Fires when enqueuing scripts for all admin pages.

admin_footerakcja

Prints scripts or data before the default footer scripts.

admin_footer_textfiltr

Filters the "Thank you" text displayed in the admin footer.

admin_footer-{$hook_suffix}akcjadynamiczny

Prints scripts or data after the default footer scripts.

admin_headakcja

Fires in head section for all admin pages.

admin_head_{$content_func}akcjadynamiczny

Fires in the admin header for each specific form tab in the legacy (pre-3.5.0) media upload popup.

admin_head-{$hook_suffix}akcjadynamiczny

Fires in head section for a specific admin page.

admin_head-media-upload-popupakcja

Fires when scripts enqueued for the admin header for the legacy (pre-3.5.0) media upload popup are printed.

admin_initakcja

Fires as an admin screen or script is being initialized.

admin_noticesakcja

Prints admin screen notices.

admin_postakcja

Fires on an authenticated admin post request where no action is supplied.

admin_post_{$action}akcjadynamiczny

Fires on an authenticated admin post request for the given action.

admin_post_noprivakcja

Fires on a non-authenticated admin post request where no action is supplied.

admin_post_nopriv_{$action}akcjadynamiczny

Fires on a non-authenticated admin post request for the given action.

admin_post_thumbnail_htmlfiltr

Filters the admin post thumbnail HTML markup to return.

admin_post_thumbnail_sizefiltr

Filters the size used to display the post thumbnail image in the 'Featured image' meta box.

admin_print_footer_scriptsakcja

Prints any scripts and data queued for the footer.

admin_print_footer_scripts-{$hook_suffix}akcjadynamiczny

Prints scripts and data queued for the footer.

admin_print_scriptsakcja

Fires when scripts are printed for all admin pages.

admin_print_scripts-{$hook_suffix}akcjadynamiczny

Fires when scripts are printed for a specific admin page based on $hook_suffix.

admin_print_scripts-media-upload-popupakcja

Fires when admin scripts enqueued for the legacy (pre-3.5.0) media upload popup are printed.

admin_print_stylesakcja

Fires when styles are printed for all admin pages.

admin_print_styles-{$hook_suffix}akcjadynamiczny

Fires when styles are printed for a specific admin page based on $hook_suffix.

admin_print_styles-media-upload-popupakcja

Fires when admin styles enqueued for the legacy (pre-3.5.0) media upload popup are printed.

admin_titlefiltr

Filters the title tag content for an admin page.

admin_viewport_metafiltr

Filters the viewport meta in the admin.

admin_xml_nsakcja

Fires inside the HTML tag in the admin header.

adminmenuakcja

Fires after the admin menu has been output.

after_core_auto_updates_settingsakcja

Fires after the major core auto-update settings.

after_db_upgradeakcja

Fires on the next page load after a successful DB upgrade.

after_menu_locations_tableakcja

Fires after the menu locations table is displayed.

after_plugin_rowakcja

Fires after each row in the Plugins list table.

after_plugin_row_{$plugin_file}akcjadynamiczny

Fires after each specific row in the Plugins list table.

after_plugin_row_metaakcja

Fires after plugin row meta.

after_populate_networkakcja

Fires after a network is fully populated.

after_theme_rowakcja

Fires after each row in the Multisite themes list table.

after_theme_row_{$stylesheet}akcjadynamiczny

Fires after each specific row in the Multisite themes list table.

after_upgrade_to_multisiteakcja

Fires after a network is created when converting a single site to multisite.

after-{$taxonomy}-tableakcjadynamiczny

Fires after the taxonomy list table.

ajax_query_attachments_argsfiltr

Filters the arguments passed to WP_Query during an Ajax call for querying attachments.

ajax_term_search_resultsfiltr

Filters the Ajax term search results.

all_admin_noticesakcja

Prints generic admin screen notices.

all_pluginsfiltr

Filters the full array of plugins to list in the Plugins list table.

all_themesfiltr

Filters the full array of WP_Theme objects to list in the Multisite themes list table.

allow_dev_auto_core_updatesfiltr

Filters whether to enable automatic core updates for development versions.

allow_major_auto_core_updatesfiltr

Filters whether to enable major automatic core updates.

allow_minor_auto_core_updatesfiltr

Filters whether to enable minor automatic core updates.

allow_subdirectory_installfiltr

Filters whether to enable the subdirectory installation feature in Multisite.

async_update_translationfiltr

Filters whether to asynchronously update translation for core, a plugin, or a theme.

async_upload_{$type}filtrdynamiczny

Filters the returned ID of an uploaded attachment.

attachment_fields_to_editfiltr

Filters the attachment fields to edit.

attachment_fields_to_savefiltr

Filters the attachment fields to be saved.

attachment_submitbox_misc_actionsakcja

Fires after the 'Uploaded on' section of the Save meta box in the attachment editing screen.

attachment_thumbnail_argsfiltr

Filters the parameters for the attachment thumbnail creation.

audio_submitbox_misc_sectionsfiltr

Filters the audio attachment metadata fields to be shown in the publish meta box.

auto_core_update_emailfiltr

Filters the email sent following an automatic background core update.

auto_core_update_send_emailfiltr

Filters whether to send an email following an automatic background core update.

auto_plugin_theme_update_emailfiltr

Filters the email sent following an automatic background update for plugins and themes.

auto_plugin_update_send_emailfiltr

Filters whether to send an email following an automatic background plugin update.

auto_theme_update_send_emailfiltr

Filters whether to send an email following an automatic background theme update.

auto_update_{$type}filtrdynamiczny

Filters whether to automatically update core, a plugin, a theme, or a language.

autocomplete_users_for_site_adminsfiltr

Filters whether to enable user auto-complete for non-super admins in Multisite.

automatic_updater_disabledfiltr

Filters whether to entirely disable background updates.

automatic_updates_completeakcja

Fires after all automatic updates have run.

automatic_updates_debug_emailfiltr

Filters the debug email that can be sent following an automatic background core update.

automatic_updates_is_vcs_checkoutfiltr

Filters whether the automatic updater should consider a filesystem location to be potentially managed by a version control system.

automatic_updates_send_debug_emailfiltr

Filters whether to send a debugging email for each automatic background update.

before_populate_networkakcja

Fires before a network is populated.

big_image_size_thresholdfiltr

Filters the "BIG image" threshold value.

block_editor_meta_box_hidden_fieldsakcja

Adds hidden input fields to the meta box save form.

block_editor_no_javascript_messagefiltr

Filters the message displayed in the block editor interface when JavaScript is not enabled in the browser.

block_widgets_no_javascript_messagefiltr

Filters the message displayed in the block widget interface when JavaScript is not enabled in the browser.

browse-happy-noticefiltr

Filters the notice output for the 'Browse Happy' nag meta box.

bulk_actions-{$this->screen->id}filtrdynamiczny

Filters the items in the bulk actions menu of the list table.

bulk_edit_custom_boxakcja

Fires once for each column in Bulk Edit mode.

bulk_edit_postsakcja

Fires after processing the post data for bulk edit.

bulk_post_updated_messagesfiltr

Filters the bulk action updated messages.

can_edit_networkfiltr

Filters whether this network can be edited from this page.

check_passwordsakcjareferencja

Fires before the password and confirm password fields are checked for congruity.

comment_edit_prefiltr

Filters the comment content before editing.

comment_edit_redirectfiltr

Filters the URI the user is redirected to after editing a comment in the admin.

comment_row_actionsfiltr

Filters the action links displayed for each comment in the Comments list table.

comment_status_linksfiltr

Filters the comment status links.

comments_list_table_query_argsfiltr

Filters the arguments for the comment query in the comments list table.

comments_per_pagefiltr

Filters the number of comments listed per page in the comments list table.

core_upgrade_preambleakcja

Fires after the core, plugin, and theme update tables.

current_screenakcja

Fires after the current screen has been set.

custom_header_optionsakcja

Fires just before the submit button in the custom header options form.

customize_controls_enqueue_scriptsakcja

Fires when enqueuing Customizer control scripts.

customize_controls_headakcja

Fires in head section of Customizer controls.

customize_controls_initakcja

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

customize_controls_print_footer_scriptsakcja

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

customize_controls_print_scriptsakcja

Fires when Customizer control scripts are printed.

customize_controls_print_stylesakcja

Fires when Customizer control styles are printed.

dashboard_glance_itemsfiltr

Filters the array of extra elements to list in the 'At a Glance' dashboard widget.

dashboard_primary_feedfiltr

Filters the primary feed URL for the 'WordPress Events and News' dashboard widget.

dashboard_primary_linkfiltr

Filters the primary link URL for the 'WordPress Events and News' dashboard widget.

dashboard_primary_titlefiltr

Filters the primary link title for the 'WordPress Events and News' dashboard widget.

dashboard_recent_drafts_query_argsfiltr

Filters the post query arguments for the 'Recent Drafts' dashboard widget.

dashboard_recent_posts_query_argsfiltr

Filters the query arguments used for the Recent Posts widget.

dashboard_secondary_feedfiltr

Filters the secondary feed URL for the 'WordPress Events and News' dashboard widget.

dashboard_secondary_itemsfiltr

Filters the number of secondary link items for the 'WordPress Events and News' dashboard widget.

dashboard_secondary_linkfiltr

Filters the secondary link URL for the 'WordPress Events and News' dashboard widget.

dashboard_secondary_titlefiltr

Filters the secondary link title for the 'WordPress Events and News' dashboard widget.

dbdelta_create_queriesfiltr

Filters the dbDelta SQL queries for creating tables and/or databases.

dbdelta_insert_queriesfiltr

Filters the dbDelta SQL queries for inserting or updating.

dbdelta_queriesfiltr

Filters the dbDelta SQL queries.

dbx_post_sidebarakcja

Fires after all meta box sections have been output, before the closing #post-body div.

deactivate_{$plugin}akcjadynamiczny

Fires as a specific plugin is being deactivated.

deactivate_pluginakcja

Fires before a plugin is deactivated.

deactivated_pluginakcja

Fires after a plugin is deactivated.

debug_informationfiltr

Filters the debug information shown on the Tools -> Site Health -> Info screen.

default_contentfiltr

Filters the default post content initially used in the "Write Post" form.

default_excerptfiltr

Filters the default post excerpt initially used in the "Write Post" form.

default_hidden_columnsfiltr

Filters the default list of hidden columns.

default_hidden_meta_boxesfiltr

Filters the default list of hidden meta boxes.

default_page_template_titlefiltr

Filters the title of the default page template displayed in the drop-down.

default_titlefiltr

Filters the default post title initially used in the "Write Post" form.

delete_linkakcja

Fires before a link is deleted.

delete_pluginakcja

Fires immediately before a plugin deletion attempt.

delete_site_email_contentfiltr

Filters the text for the email sent to the site admin when a request to delete a site in a Multisite network is submitted.

delete_themeakcja

Fires immediately before a theme deletion attempt.

delete_userakcja

Fires immediately before a user is deleted from the site.

delete_user_formakcja

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

delete_widgetakcja

Fires immediately after a widget has been marked for deletion.

deleted_linkakcja

Fires after a link has been deleted.

deleted_pluginakcja

Fires immediately after a plugin deletion attempt.

deleted_themeakcja

Fires immediately after a theme deletion attempt.

deleted_userakcja

Fires immediately after a user is deleted from the site.

disable_captionsfiltr

Filters whether to disable captions.

disable_categories_dropdownfiltr

Filters whether to remove the 'Categories' drop-down from the post list table.

disable_formats_dropdownfiltr

Filters whether to remove the 'Formats' drop-down from the post list table.

disable_months_dropdownfiltr

Filters whether to remove the 'Months' drop-down from the post list table.

display_media_statesfiltr

Filters the default media display states for items in the Media list table.

display_post_statesfiltr

Filters the default post display states used in the posts list table.

display_site_statesfiltr

Filters the default site display states for items in the Sites list table.

do_meta_boxesakcja

Fires after meta boxes have been added.

do_mu_upgradefiltr

Filters whether to attempt to perform the multisite DB upgrade routine.

documentation_ignore_functionsfiltr

Filters the list of functions and classes to be ignored from the documentation lookup.

download_url_error_max_body_sizefiltr

Filters the maximum error response body size in `download_url()`.

edit_{$post_type}_per_pagefiltrdynamiczny

Filters the number of items per page to show for a specific 'per_page' type.

edit_categories_per_pagefiltr

Filters the number of terms displayed per page for the Categories list table.

edit_comment_misc_actionsfiltr

Filters miscellaneous actions for the edit comment form sidebar.

edit_form_advancedakcja

Fires after 'normal' context meta boxes have been output for all post types other than 'page'.

edit_form_after_editorakcja

Fires after the content editor.

edit_form_after_titleakcja

Fires after the title field.

edit_form_before_permalinkakcja

Fires before the permalink field in the edit form.

edit_form_topakcja

Fires at the beginning of the edit form.

edit_linkakcja

Fires after a link was updated in the database.

edit_page_formakcja

Fires after 'normal' context meta boxes have been output for the 'page' post type.

edit_posts_per_pagefiltr

Filters the number of posts displayed per page when specifically listing "posts".

edit_tags_per_pagefiltr

Filters the number of terms displayed per page for the Tags list table.

edit_user_created_userakcja

Fires after a new user has been created.

edit_user_profileakcja

Fires after the 'Application Passwords' section is loaded on 'Edit User' screen.

edit_user_profile_updateakcja

Fires before the page loads on the 'Edit User' screen.

editable_extensionsfiltr

Filters the list of file types allowed for editing in the plugin file editor.

editable_rolesfiltr

Filters the list of editable roles.

editable_slugfiltr

Filters the editable slug for a post or term.

enqueue_block_editor_assetsakcja

Fires after block assets have been enqueued for the editing interface.

enter_title_herefiltr

Filters the title field placeholder text.

export_argsfiltr

Filters the export args.

export_filtersakcja

Fires at the end of the export filters form.

export_wpakcja

Fires at the beginning of an export, before any headers are sent.

export_wp_filenamefiltr

Filters the export filename.

fallback_intermediate_image_sizesfiltr

Filters the image sizes generated for non-image mime types.

file_is_displayable_imagefiltr

Filters whether the current image is displayable in the browser.

filesystem_methodfiltr

Filters the filesystem method to use.

filesystem_method_filefiltr

Filters the path for a specific filesystem method class file.

filter_block_editor_meta_boxesfiltr

Fires right before the meta boxes are rendered.

force_filtered_html_on_importfiltr

Filters whether to filter imported data through kses on import.

fs_ftp_connection_typesfiltr

Filters the connection types to output to the filesystem credentials form.

get_media_item_argsfiltr

Filters the arguments used to retrieve an image for the edit image form.

get_role_listfiltr

Filters the returned array of translated role names for a user.

get_sample_permalinkfiltr

Filters the sample permalink.

get_sample_permalink_htmlfiltr

Filters the sample permalink HTML markup.

get_users_draftsfiltr

Filters the SQL query string for the user's drafts query.

got_rewritefiltr

Filters whether Apache and mod_rewrite are present.

got_url_rewritefiltr

Filters whether URL rewriting is available.

handle_bulk_actions-{$screen}filtrdynamiczny

Fires when a custom bulk action should be handled.

heartbeat_nopriv_receivedfiltr

Filters Heartbeat Ajax response in no-privilege environments.

heartbeat_nopriv_sendfiltr

Filters Heartbeat Ajax response in no-privilege environments when no data is passed.

heartbeat_nopriv_tickakcja

Fires when Heartbeat ticks in no-privilege environments.

heartbeat_receivedfiltr

Filters the Heartbeat response received.

heartbeat_sendfiltr

Filters the Heartbeat response sent.

heartbeat_tickakcja

Fires when Heartbeat ticks in logged-in environments.

hidden_columnsfiltr

Filters the list of hidden columns.

hidden_meta_boxesfiltr

Filters the list of hidden meta boxes.

image_add_caption_shortcodefiltr

Filters the image HTML markup including the caption shortcode.

image_add_caption_textfiltr

Filters the caption text.

image_edit_thumbnails_separatelyfiltr

Shows the settings in the Image Editor that allow selecting to edit only the thumbnail of an image.

image_editor_save_prefiltr

Filters the WP_Image_Editor instance for the image to be streamed to the browser.

image_send_to_editorfiltr

Filters the image HTML markup to send to the editor when inserting an image.

image_send_to_editor_urlfiltr

Filters the image URL sent to the editor.

image_sideload_extensionsfiltr

Filters the list of allowed file extensions when sideloading an image from a URL.

image_size_names_choosefiltr

Filters the names and labels of the default image sizes.

import_filtersakcja

Fires at the end of the Import screen.

import_upload_size_limitfiltr

Filters the maximum allowed upload size for import files.

in_admin_footerakcja

Fires after the opening tag for the admin footer.

in_admin_headerakcja

Fires at the beginning of the content section in an admin page.

in_plugin_update_message-{$file}akcjadynamiczny

Fires at the end of the update message container in each row of the plugins list table.

in_theme_update_message-{$theme_key}akcjadynamiczny

Fires at the end of the update message container in each row of the themes list table.

insert_with_markers_inline_instructionsfiltr

Filters the inline instructions inserted before the dynamically generated content.

install_plugin_complete_actionsfiltr

Filters the list of action links available following a single plugin installation.

install_plugin_overwrite_actionsfiltr

Filters the list of action links available following a single plugin installation failure when overwriting is allowed.

install_plugin_overwrite_comparisonfiltr

Filters the compare table output for overwriting a plugin package on upload.

install_plugins_{$tab}akcjadynamiczny

Fires after the plugins list table in each tab of the Install Plugins screen.

install_plugins_nonmenu_tabsfiltr

Filters tabs not associated with a menu item on the Add Plugins screen.

install_plugins_pre_{$tab}akcjadynamiczny

Fires before each tab on the Install Plugins screen is loaded.

install_plugins_table_api_args_{$tab}filtrdynamiczny

Filters API request arguments for each Add Plugins screen tab.

install_plugins_table_headerakcja

Fires before the Plugin Install table header pagination is displayed.

install_plugins_tabsfiltr

Filters the tabs shown on the Add Plugins screen.

install_theme_complete_actionsfiltr

Filters the list of action links available following a single theme installation.

install_theme_overwrite_actionsfiltr

Filters the list of action links available following a single theme installation failure when overwriting is allowed.

install_theme_overwrite_comparisonfiltr

Filters the compare table output for overwriting a theme package on upload.

install_themes_{$tab}akcjadynamiczny

Fires at the top of each of the tabs on the Install Themes page.

install_themes_nonmenu_tabsfiltr

Filters tabs not associated with a menu item on the Install Themes screen.

install_themes_pre_{$tab}akcjadynamiczny

Fires before each of the tabs are rendered on the Install Themes page.

install_themes_table_api_args_{$tab}filtrdynamiczny

Filters API request arguments for each Install Themes screen tab.

install_themes_table_headerakcja

Fires in the Install Themes list table header.

install_themes_tabsfiltr

Filters the tabs shown on the Add Themes screen.

intermediate_image_sizes_advancedfiltr

Filters the image sizes automatically generated when uploading an image.

invite_userakcja

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

invited_user_emailfiltr

Filters the contents of the email sent when an existing user is invited to join the site.

lang_codesfiltr

Filters the language codes.

list_table_primary_columnfiltr

Filters the name of the primary column for the current list table.

load_image_to_editfiltr

Filters the current image being loaded for editing.

load_image_to_edit_attachmenturlfiltr

Filters the path to an attachment's URL when editing the image.

load_image_to_edit_filesystempathfiltr

Filters the path to an attachment's file when editing the image.

load_image_to_edit_pathfiltr

Filters the returned path or URL of the current image.

load-{$page_hook}akcjadynamiczny

Fires before a particular screen is loaded.

load-{$pagenow}akcjadynamiczny

Fires before a particular screen is loaded.

load-{$plugin_page}akcjadynamiczny

Fires before a particular screen is loaded.

load-importer-{$importer}akcjadynamiczny

Fires before an importer screen is loaded.

load-widgets.phpakcja

Fires early when editing the widgets displayed in sidebars.

manage_{$post_type}_posts_columnsfiltrdynamiczny

Filters the columns displayed in the Posts list table for a specific post type.

manage_{$post->post_type}_posts_custom_columnakcjadynamiczny

Fires for each custom column of a specific post type in the Posts list table.

manage_{$screen->id}_columnsfiltrdynamiczny

Filters the column headers for a list table on a specific screen.

manage_{$this->screen->id}_custom_columnakcjadynamiczny

Fires for each custom column in the Application Passwords list table.

manage_{$this->screen->id}_custom_column_js_templateakcjadynamiczny

Fires in the JavaScript row template for each custom column in the Application Passwords list table.

manage_{$this->screen->id}_sortable_columnsfiltrdynamiczny

Filters the list table sortable columns for a specific screen.

manage_{$this->screen->taxonomy}_custom_columnfiltrdynamiczny

Filters the displayed columns in the terms list table.

manage_comments_custom_columnakcja

Fires when the default column output is displayed for a single row.

manage_comments_navakcja

Fires after the Filter submit button for comment types.

manage_link_custom_columnakcja

Fires for each registered custom link column.

manage_media_columnsfiltr

Filters the Media list table columns.

manage_media_custom_columnakcja

Fires for each custom column in the Media list table.

manage_pages_columnsfiltr

Filters the columns displayed in the Pages list table.

manage_pages_custom_columnakcja

Fires in each custom column on the Posts list table.

manage_plugins_custom_columnakcja

Fires inside each custom column of the Plugins list table.

manage_posts_columnsfiltr

Filters the columns displayed in the Posts list table.

manage_posts_custom_columnakcja

Fires in each custom column in the Posts list table.

manage_posts_extra_tablenavakcja

Fires immediately following the closing "actions" div in the tablenav for the posts list table.

manage_sites_action_linksfiltr

Filters the action links displayed for each site in the Sites list table.

manage_sites_custom_columnakcja

Fires for each registered custom column in the Sites list table.

manage_sites_extra_tablenavakcja

Fires immediately following the closing "actions" div in the tablenav for the MS sites list table.

manage_taxonomies_for_{$post_type}_columnsfiltrdynamiczny

Filters the taxonomy columns in the Posts list table.

manage_taxonomies_for_attachment_columnsfiltr

Filters the taxonomy columns for attachments in the Media list table.

manage_themes_custom_columnakcja

Fires inside each custom column of the Multisite themes list table.

manage_users_custom_columnfiltr

Filters the display output of custom columns in the Users list table.

manage_users_extra_tablenavakcja

Fires immediately following the closing "actions" div in the tablenav for the users list table.

manage_users-network_custom_columnfiltr

Filters the display output of custom columns in the Network Users list table.

media_date_column_timefiltr

Filters the published time of an attachment displayed in the Media list table.

media_metafiltr

Filters the media metadata.

media_row_actionsfiltr

Filters the action links for each attachment in the Media list table.

media_send_to_editorfiltr

Filters the HTML markup for a media item sent to the editor.

media_submitbox_misc_sectionsfiltr

Filters the audio and video metadata fields to be shown in the publish meta box.

media_upload_{$tab}akcjadynamiczny

Fires inside limited and specific upload-tab views in the legacy (pre-3.5.0) media popup.

media_upload_{$type}akcjadynamiczny

Fires inside specific upload-type views in the legacy (pre-3.5.0) media popup based on the current tab.

media_upload_default_tabfiltr

Filters the default tab in the legacy (pre-3.5.0) media popup.

media_upload_default_typefiltr

Filters the default media upload type in the legacy (pre-3.5.0) media popup.

media_upload_form_urlfiltr

Filters the media upload form action URL.

media_upload_mime_type_linksfiltr

Filters the media upload mime type list items.

media_upload_tabsfiltr

Filters the available tabs in the legacy (pre-3.5.0) media popup.

months_dropdown_resultsfiltr

Filters the 'Months' drop-down results.

ms_sites_list_table_query_argsfiltr

Filters the arguments for the site query in the sites list table.

ms_user_list_site_actionsfiltr

Filters the action links displayed next the sites a user belongs to in the Network Admin Users list table.

ms_user_list_site_classfiltr

Filters the span class for a site listing on the multisite user list table.

ms_user_row_actionsfiltr

Filters the action links displayed under each user in the Network Admin Users list table.

mu_activity_box_endakcja

Fires at the end of the 'Right Now' widget in the Network Admin dashboard.

mu_dropdown_languagesfiltr

Filters the languages available in the dropdown.

mu_rightnow_endakcja

Fires at the end of the 'Right Now' widget in the Network Admin dashboard.

myblogs_allblogs_optionsakcja

Fires before the sites list on the My Sites screen.

myblogs_blog_actionsfiltr

Filters the row links displayed for each site on the My Sites screen.

myblogs_optionsfiltr

Filters the settings HTML markup in the Global Settings section on the My Sites screen.

nav_menu_items_{$post_type_name}filtrdynamiczny

Filters the posts displayed in the 'View All' tab of the current post type's menu items meta box.

nav_menu_items_{$post_type_name}_recentfiltrdynamiczny

Filters the posts displayed in the 'Most Recent' tab of the current post type's menu items meta box.

nav_menu_meta_box_objectfiltr

Filters whether a menu items meta box will be added for the current object type.

network_admin_noticesakcja

Prints network admin screen notices.

network_admin_plugin_action_linksfiltr

Filters the action links displayed for each plugin in the Network Admin Plugins list table.

network_admin_plugin_action_links_{$plugin_file}filtrdynamiczny

Filters the list of action links displayed for a specific plugin in the Network Admin Plugins list table.

network_edit_site_nav_linksfiltr

Filters the links that appear on site-editing network pages.

new_admin_email_contentfiltr

Filters the text of the email sent when a change of site admin email address is attempted.

new_admin_email_subjectfiltr

Filters the subject of the email sent when a change of site admin email address is attempted.

override_post_lockfiltr

Filters whether to allow the post lock to be overridden.

page_attributes_dropdown_pages_argsfiltr

Filters the arguments used to generate a Pages drop-down element.

page_attributes_meta_box_templateakcja

Fires immediately after the label inside the 'Template' section of the 'Page Attributes' meta box.

page_attributes_misc_attributesakcja

Fires before the help hint text in the 'Page Attributes' meta box.

page_row_actionsfiltr

Filters the array of row action links on the Pages list table.

parent_filefiltr

Filters the parent file of an admin menu sub-menu item.

personal_optionsakcja

Fires at the end of the 'Personal Options' settings table on the user editing screen.

personal_options_updateakcja

Fires before the page loads on the 'Profile' editing screen.

plugin_action_linksfiltr

Filters the action links displayed for each plugin in the Plugins list table.

plugin_action_links_{$plugin_file}filtrdynamiczny

Filters the list of action links displayed for a specific plugin in the Plugins list table.

plugin_auto_update_debug_stringfiltr

Filters the text string of the auto-updates setting for each plugin in the Site Health debug data.

plugin_auto_update_setting_htmlfiltr

Filters the HTML of the auto-updates setting for each plugin in the Plugins list table.

plugin_files_exclusionsfiltr

Filters the array of excluded directories and files while scanning the folder.

plugin_install_action_linksfiltr

Filters the install action links for a plugin.

plugin_install_descriptionfiltr

Filters the plugin card description on the Add Plugins screen.

plugin_row_metafiltr

Filters the array of row meta for each plugin in the Plugins list table.

plugins_apifiltr

Filters the response for the current WordPress.org Plugin Installation API request.

plugins_api_argsfiltr

Filters the WordPress.org Plugin Installation API arguments.

plugins_api_resultfiltr

Filters the Plugin Installation API response results.

plugins_auto_update_enabledfiltr

Filters whether plugins auto-update is enabled.

plugins_listfiltr

Filters the array of plugins for the list table.

plupload_initfiltr

Filters the default Plupload settings.

populate_network_metafiltr

Filters meta for a network on creation.

populate_optionsakcja

Fires before creating WordPress options and populating their default values.

populate_site_metafiltr

Filters meta for a site on creation.

post_action_{$action}akcjadynamiczny

Fires for a given custom post action request.

post_column_taxonomy_linksfiltr

Filters the links in `$taxonomy` column of edit.php.

post_comment_status_meta_box-optionsakcja

Fires at the end of the Discussion meta box on the post editing screen.

post_date_column_statusfiltr

Filters the status text of the post.

post_date_column_timefiltr

Filters the published, scheduled, or unpublished time of the post.

post_edit_category_parent_dropdown_argsfiltr

Filters the arguments for the taxonomy parent dropdown on the Post Edit page.

post_edit_form_tagakcja

Fires inside the post editor form tag.

post_lock_lost_dialogakcja

Fires inside the dialog displayed when a user has lost the post lock.

post_locked_dialogakcja

Fires inside the post locked dialog before the buttons are displayed.

post_row_actionsfiltr

Filters the array of row action links on the Posts list table.

post_states_htmlfiltr

Filters the HTML string of post states.

post_submitbox_minor_actionsakcja

Fires after the Save Draft (or Save as Pending) and Preview (or Preview Changes) buttons in the Publish meta box.

post_submitbox_misc_actionsakcja

Fires after the post time/date setting in the Publish meta box.

post_submitbox_startakcja

Fires at the beginning of the publishing actions section of the Publish meta box.

post_types_to_delete_with_userfiltr

Filters the list of post types to delete with a user.

post_updated_messagesfiltr

Filters the post updated messages.

post-html-upload-uiakcja

Fires after the upload button in the media upload interface.

post-plupload-upload-uiakcja

Fires after the upload interface loads.

post-upload-uiakcja

Fires on the post upload UI screen.

postbox_classes_{$screen_id}_{$box_id}filtrdynamiczny

Filters the postbox classes for a specific screen and box ID combo.

postmeta_form_keysfiltr

Filters values for the meta key dropdown in the Custom Fields meta box.

postmeta_form_limitfiltr

Filters the number of custom fields to retrieve for the drop-down in the Custom Fields meta box.

pre_auto_updateakcja

Fires immediately prior to an auto-update.

pre_current_active_pluginsakcja

Fires before the plugins list table is rendered.

pre_months_dropdown_queryfiltr

Filters whether to short-circuit performing the months dropdown query.

pre_move_uploaded_filefiltr

Filters whether to short-circuit moving the uploaded file after passing all checks.

pre_prepare_themes_for_jsfiltr

Filters theme data before it is prepared for JavaScript.

pre_uninstall_pluginakcja

Fires in uninstall_plugin() immediately before the plugin is uninstalled.

pre_unzip_filefiltr

Filters archive unzipping to override with a custom process.

pre-html-upload-uiakcja

Fires before the upload button in the media upload interface.

pre-plupload-upload-uiakcja

Fires before the upload interface loads.

pre-upload-uiakcja

Fires just before the legacy (pre-3.5.0) upload interface is loaded.

privacy_on_link_textfiltr

Filters the link label for the 'Search engines discouraged' message displayed in the 'At a Glance' dashboard widget.

privacy_on_link_titlefiltr

Filters the link title attribute for the 'Search engines discouraged' message displayed in the 'At a Glance' dashboard widget.

profile_personal_optionsakcja

Fires after the 'Personal Options' settings table on the 'Profile' editing screen.

quick_edit_custom_boxakcja

Fires once for each column in Quick Edit mode.

quick_edit_dropdown_authors_argsfiltr

Filters the arguments used to generate the Quick Edit authors drop-down.

quick_edit_dropdown_pages_argsfiltr

Filters the arguments used to generate the Quick Edit page-parent drop-down.

quick_edit_enabled_for_post_typefiltr

Filters whether Quick Edit should be enabled for the given post type.

quick_edit_enabled_for_taxonomyfiltr

Filters whether Quick Edit should be enabled for the given taxonomy.

quick_edit_show_taxonomyfiltr

Filters whether the current taxonomy should be shown in the Quick Edit panel.

quick_edit_statusesfiltr

Filters the statuses available in the Quick Edit and Bulk Edit UI.

redirect_post_locationfiltr

Filters the post redirect destination URL.

redirect_term_locationfiltr

Filters the taxonomy redirect destination URL.

redirect_user_admin_requestfiltr

Filters whether to redirect the request to the User Admin in Multisite.

replace_editorfiltr

Allows replacement of the editor.

request_filesystem_credentialsfiltr

Filters the filesystem credentials.

restrict_manage_commentsakcja

Fires just before the Filter submit button for comment types.

restrict_manage_postsakcja

Fires before the Filter button on the Posts and Pages list tables.

restrict_manage_sitesakcja

Fires before the Filter button on the MS sites list table.

restrict_manage_usersakcja

Fires just before the closing div containing the bulk role-change controls in the Users list table.

revision_text_diff_optionsfiltr

Filters revisions text diff options.

rightnow_endakcja

Fires at the end of the 'At a Glance' dashboard widget.

screen_layout_columnsfiltr

Filters the array of screen layout columns.

screen_options_show_screenfiltr

Filters whether to show the Screen Options tab.

screen_options_show_submitfiltr

Filters whether to show the Screen Options submit button.

screen_settingsfiltr

Filters the screen settings text displayed in the Screen Options tab.

send_core_update_notification_emailfiltr

Filters whether to notify the site administrator of a new core update.

set_screen_option_{$option}filtrdynamiczny

Filters a screen option value before it is set.

set-screen-optionfiltr

Filters a screen option value before it is set.

show_advanced_pluginsfiltr

Filters whether to display the advanced plugins list table.

show_network_active_pluginsfiltr

Filters whether to display network-active plugins alongside plugins active for the current site.

show_password_fieldsfiltr

Filters the display of the password fields.

show_post_locked_dialogfiltr

Filters whether to show the post locked dialog.

show_user_profileakcja

Fires after the 'Application Passwords' section is loaded on the 'Profile' editing screen.

sidebar_admin_pageakcja

Fires after the available widgets and sidebars have loaded, before the admin footer.

sidebar_admin_setupakcja

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

site_editor_no_javascript_messagefiltr

Filters the message displayed in the site editor interface when JavaScript is not enabled in the browser.

site_health_navigation_tabsfiltr

Filters the extra tabs for the Site Health navigation bar.

site_health_tab_contentakcja

Fires when outputting the content of a custom Site Health tab.

site_icon_attachment_metadatafiltr

Filters the site icon attachment metadata.

site_icon_image_sizesfiltr

Filters the different dimensions that a site icon is saved in.

site_status_autoloaded_options_action_to_performfiltr

Filters actionable information to tackle the problem. It can be a link to an external guide.

site_status_autoloaded_options_limit_descriptionfiltr

Filters description to be shown on Site Health warning when threshold is met.

site_status_autoloaded_options_size_limitfiltr

Filters max bytes threshold to trigger warning in Site Health.

site_status_available_object_cache_servicesfiltr

Filters the persistent object cache services available to the user.

site_status_good_response_time_thresholdfiltr

Filters the threshold below which a response time is considered good.

site_status_page_cache_supported_cache_headersfiltr

Filters the list of cache headers supported by core.

site_status_persistent_object_cache_notesfiltr

Filters the second paragraph of the health check's description when suggesting the use of a persistent object cache.

site_status_persistent_object_cache_thresholdsfiltr

Filters the thresholds used to determine whether to suggest the use of a persistent object cache.

site_status_persistent_object_cache_urlfiltr

Filters the action URL for the persistent object cache health check.

site_status_should_suggest_persistent_object_cachefiltr

Filters whether to suggest use of a persistent object cache and bypass default threshold checks.

site_status_test_php_modulesfiltr

Filters the array representing all the modules we wish to test for.

site_status_test_resultfiltr

Filters the output of a finished Site Health test.

site_status_testsfiltr

Filters which site status tests are run on a site.

submenu_filefiltr

Filters the file of an admin menu sub-menu item.

submitlink_boxakcja

Fires at the end of the Publish box in the Link editing screen.

submitpage_boxakcja

Fires before meta boxes with 'side' context are output for the 'page' post type.

submitpost_boxakcja

Fires before meta boxes with 'side' context are output for all post types other than 'page'.

tables_to_repairfiltr

Filters additional database tables to repair.

tag_row_actionsfiltr

Filters the action links displayed for each term in the Tags list table.

taxonomy_parent_dropdown_argsfiltr

Filters the taxonomy parent drop-down on the Edit Term page.

term_namefiltr

Filters display of the term name in the terms list table.

term_search_min_charsfiltr

Filters the minimum number of characters required to fire a tag search via Ajax.

term_updated_messagesfiltr

Filters the messages displayed when a tag is updated.

terms_to_editfiltr

Filters the comma-separated list of terms available to edit.

the_content_exportfiltr

Filters the post content used for WXR exports.

the_excerpt_exportfiltr

Filters the post excerpt used for WXR exports.

the_title_exportfiltr

Filters the post title used for WXR exports.

theme_action_linksfiltr

Filters the action links displayed for each theme in the Multisite themes list table.

theme_action_links_{$stylesheet}filtrdynamiczny

Filters the action links of a specific theme in the Multisite themes list table.

theme_auto_update_debug_stringfiltr

Filters the text string of the auto-updates setting for each theme in the Site Health debug data.

theme_auto_update_setting_htmlfiltr

Filters the HTML of the auto-updates setting for each theme in the Themes list table.

theme_auto_update_setting_templatefiltr

Filters the JavaScript template used to display the auto-update setting for a theme (in the overlay).

theme_install_actionsfiltr

Filters the install action links for a theme in the Install Themes list table.

theme_row_metafiltr

Filters the array of row meta for each theme in the Multisite themes list table.

themes_apifiltr

Filters whether to override the WordPress.org Themes API.

themes_api_argsfiltr

Filters arguments used to query for installer pages from the WordPress.org Themes API.

themes_api_resultfiltr

Filters the returned WordPress.org Themes API response.

themes_auto_update_enabledfiltr

Filters whether themes auto-update is enabled.

tool_boxakcja

Fires at the end of the Tools Administration screen.

translations_apifiltr

Allows a plugin to override the WordPress.org Translation Installation API entirely.

translations_api_resultfiltr

Filters the Translation Installation API response results.

type_url_form_mediafiltr

Filters the insert media from URL form HTML.

uninstall_{$file}akcjadynamiczny

Fires in uninstall_plugin() once the plugin has been uninstalled.

unzip_filefiltr

Filters the result of unzipping an archive.

unzip_file_use_ziparchivefiltr

Filters whether to use ZipArchive to unzip archives.

update_bulk_plugins_complete_actionsfiltr

Filters the list of action links available following bulk plugin updates.

update_bulk_theme_complete_actionsfiltr

Filters the list of action links available following bulk theme updates.

update_feedbackfiltr

Filters feedback messages displayed during the core update process.

update_footerfiltr

Filters the version/update text displayed in the admin footer.

update_plugin_complete_actionsfiltr

Filters the list of action links available following a single plugin update.

update_right_now_textfiltr

Filters the text displayed in the 'At a Glance' dashboard widget.

update_theme_complete_actionsfiltr

Filters the list of action links available following a single theme update.

update_translations_complete_actionsfiltr

Filters the list of action links available following a translations update.

update-core-custom_{$action}akcjadynamiczny

Fires for each custom update action on the WordPress Updates screen.

update-custom_{$action}akcjadynamiczny

Fires when a custom plugin or theme update request is received.

upgrader_clear_destinationfiltr

Filters whether the upgrader cleared the destination.

upgrader_install_package_resultfiltr

Filters the result of WP_Upgrader::install_package().

upgrader_overwrote_packageakcja

Fires when the upgrader has successfully overwritten a currently installed plugin or theme with an uploaded zip package.

upgrader_package_optionsfiltr

Filters the package options before running an update.

upgrader_post_installfiltr

Filters the installation response after the installation has finished.

upgrader_pre_downloadfiltr

Filters whether to return the package.

upgrader_pre_installfiltr

Filters the installation response before the installation has started.

upgrader_process_completeakcja

Fires when the upgrader process is complete.

upgrader_source_selectionfiltr

Filters the source file location for the upgrade package.

upload_per_pagefiltr

Filters the number of items to list per page when listing media items.

upload_post_paramsfiltr

Filters the media upload post parameters.

upload_ui_over_quotaakcja

Fires when an upload will exceed the defined upload space quota for a network site.

user_{$name}_labelfiltrdynamiczny

Filters a user contactmethod label.

user_admin_noticesakcja

Prints user admin screen notices.

user_edit_form_tagakcja

Fires inside the your-profile form tag on the user editing screen.

user_new_formakcja

Fires at the end of the new user form.

user_new_form_tagakcja

Fires inside the adduser form tag.

user_profile_picture_descriptionfiltr

Filters the user profile picture description displayed under the Gravatar.

user_profile_update_errorsakcjareferencja

Fires before user profile update errors are returned.

user_row_actionsfiltr

Filters the action links displayed under each user in the Users list table.

users_have_additional_contentfiltr

Filters whether the users being deleted have additional content associated with them outside of the `post_author` and `link_owner` relationships.

users_list_table_query_argsfiltr

Filters the query arguments used to retrieve users for the current users list table.

validate_plugin_requirementsfiltr

Filters the plugin requirement validation response.

view_mode_post_typesfiltr

Filters the post types that have different view mode options.

views_{$this->screen->id}filtrdynamiczny

Filters the list of available list table views.

welcome_panelakcja

Fires when adding content to the welcome panel on the admin dashboard.

widgets_admin_pageakcja

Fires before the Widgets administration page content loads.

widgets.phpakcja

Fires early when editing the widgets displayed in sidebars.

wp_admin_canonical_urlfiltr

Filters the admin canonical URL value.

wp_ajax_{$action}akcjadynamiczny

Fires authenticated Ajax actions for logged-in users.

wp_ajax_crop_image_pre_saveakcja

Fires before a cropped image is saved.

wp_ajax_cropped_attachment_idfiltr

Filters the attachment ID for a cropped image.

wp_ajax_cropped_attachment_metadatafiltr

Filters the cropped image attachment metadata.

wp_ajax_menu_quick_search_argsfiltr

Filter the menu quick search arguments.

wp_ajax_nopriv_{$action}akcjadynamiczny

Fires non-authenticated Ajax actions for logged-out users.

wp_authorize_application_password_formakcja

Fires in the Authorize Application Password form before the submit buttons.

wp_authorize_application_password_form_approved_no_jsakcja

Fires in the Authorize Application Password new password section in the no-JS version.

wp_authorize_application_password_request_errorsakcja

Fires before application password errors are returned.

wp_authorize_application_redirect_url_invalid_protocolsfiltr

Filters the list of invalid protocols used in applications redirect URLs.

wp_check_post_lock_windowfiltr

Filters the post lock window duration.

wp_comment_replyfiltr

Filters the in-line comment reply-to form output in the Comments list table.

wp_create_application_password_formakcja

Fires in the create Application Passwords form.

wp_create_file_in_uploadsfiltr

Filters the attachment file path after the custom header or background image is set.

wp_creating_autosaveakcja

Fires before an autosave is stored.

wp_dashboard_setupakcja

Fires after core widgets for the admin dashboard have been registered.

wp_dashboard_widgetsfiltr

Filters the list of widgets to load for the admin dashboard.

wp_edit_form_attachment_displayakcja

Fires when an attachment type can't be rendered in the edit form.

wp_edit_nav_menu_walkerfiltr

Filters the Walker class used when adding nav menu items.

wp_editor_expandfiltr

Filters whether to enable the 'expand' functionality in the post editor.

wp_generate_attachment_metadatafiltr

Filters the generated attachment meta data.

wp_get_missing_image_subsizesfiltr

Filters the array of missing image sub-sizes for an uploaded image.

wp_get_revision_ui_difffiltr

Filters the fields displayed in the post revision diff UI.

wp_handle_uploadfiltr

Filters the data array for the uploaded file.

wp_header_image_attachment_metadatafiltr

Filters the header image attachment metadata.

wp_image_editor_before_changefiltr

Filters the WP_Image_Editor instance before applying changes to the image.

wp_installakcja

Fires after a site is fully installed.

wp_installed_emailfiltr

Filters the contents of the email sent to the site administrator when WordPress is installed.

wp_is_php_version_acceptablefiltr

Filters whether the active PHP version is considered acceptable by WordPress.

wp_list_table_class_namefiltr

Filters the list table class to instantiate.

wp_list_table_show_post_checkboxfiltr

Filters whether to show the bulk edit checkbox for a post in its list table.

wp_media_attach_actionakcja

Fires when media is attached or detached from a post.

wp_nav_locations_listed_per_menufiltr

Filters the number of locations listed per menu in the drop-down select.

wp_nav_menu_item_custom_fieldsakcja

Fires just before the move buttons of a nav menu item in the menu editor.

wp_network_dashboard_setupakcja

Fires after core widgets for the Network Admin dashboard have been registered.

wp_network_dashboard_widgetsfiltr

Filters the list of widgets to load for the Network Admin dashboard.

wp_opcache_invalidate_filefiltr

Filters whether to invalidate a file from the opcode cache.

wp_prepare_revision_for_jsfiltr

Filters the array of revisions used on the revisions screen.

wp_prepare_themes_for_jsfiltr

Filters the themes prepared for JavaScript, for themes.php.

wp_privacy_personal_data_email_contentfiltr

Filters the text of the email sent with a personal data export file.

wp_privacy_personal_data_email_headersfiltr

Filters the headers of the email sent with a personal data export file.

wp_privacy_personal_data_email_subjectfiltr

Filters the subject of the email sent when an export request is completed.

wp_privacy_personal_data_email_tofiltr

Filters the recipient of the personal data export email notification.

wp_privacy_personal_data_erasedakcja

Fires immediately after a personal data erasure request has been marked completed.

wp_privacy_personal_data_erasersfiltr

Filters the array of personal data eraser callbacks.

wp_privacy_personal_data_erasure_pagefiltr

Filters a page of personal data eraser data.

wp_privacy_personal_data_export_fileakcja

Generate the export file from the collected, grouped personal data.

wp_privacy_personal_data_export_file_createdakcja

Fires right after all personal data has been written to the export file.

wp_privacy_personal_data_export_pagefiltr

Filters a page of personal data exporter data. Used to build the export report.

wp_privacy_personal_data_exportersfiltr

Filters the array of exporter callbacks.

wp_read_audio_metadatafiltr

Filters the array of metadata retrieved from an audio file.

wp_read_image_metadatafiltr

Filters the array of meta data read from an image's exif data.

wp_read_image_metadata_typesfiltr

Filters the image types to check for exif data.

wp_read_video_metadatafiltr

Filters the array of metadata retrieved from a video.

wp_refresh_noncesfiltr

Filters the nonces to send to the New/Edit Post screen.

wp_save_image_editor_filefiltr

Filters whether to skip saving the image file.

wp_should_upgrade_global_tablesfiltr

Filters if upgrade routines should be run on global tables.

wp_signature_hostsfiltr

Filters the list of hosts which should have Signature Verification attempted on.

wp_signature_softfailfiltr

Filters whether Signature Verification failures should be allowed to soft fail.

wp_signature_urlfiltr

Filters the URL where the signature for a file is located.

wp_terms_checklist_argsfiltr

Filters the taxonomy terms checklist arguments.

wp_theme_editor_filetypesfiltr

Filters the list of file types allowed for editing in the theme file editor.

wp_trusted_keysfiltr

Filters the valid signing keys used to verify the contents of files.

wp_upgradeakcja

Fires after a site is fully upgraded.

wp_user_dashboard_setupakcja

Fires after core widgets for the User Admin dashboard have been registered.

wp_user_dashboard_widgetsfiltr

Filters the list of widgets to load for the User Admin dashboard.

wpmu_blogs_columnsfiltr

Filters the displayed site columns in Sites list table.

wpmu_delete_userakcja

Fires before a user is deleted from the network.

wpmu_users_columnsfiltr

Filters the columns displayed in the Network Admin Users list table.

wpmuadminresultakcja

Fires in the Network Admin 'Right Now' dashboard widget just before the user and site search form fields.

wpmublogsactionakcja

Fires inside the auxiliary 'Actions' column of the Sites list table.

write_your_storyfiltr

Filters the body placeholder text.

wxr_export_skip_commentmetafiltr

Filters whether to selectively skip comment meta used for WXR exports.

wxr_export_skip_postmetafiltr

Filters whether to selectively skip post meta used for WXR exports.

wxr_export_skip_termmetafiltr

Filters whether to selectively skip term meta used for WXR exports.