New and updated in 2.9.0
-
Fires after a specific network option has been successfully added.
-
hookedit_terms
Fires immediately before the given terms are edited.
-
hookedited_terms
Fires immediately after a term is updated in the database, but before its term-taxonomy relationship is updated.
-
Filters the data for a file before it is uploaded to WordPress.
-
hookwp-mail.php
Fires to allow a plugin to do a complete takeover of Post by Email.
-
hookcomment_on_trash
Fires when a comment is attempted on a trashed post.
-
Fires when a comment is attempted on a password-protected post.
-
Fires after the Edit Category form fields are displayed.
-
Fires after the Edit Link Category form fields are displayed.
-
Fires after the Edit Tag form fields are displayed.
-
Filters a user contactmethod label.
-
function_get_template_edit_filename()
Tidies a filename for url display by the theme file editor.
-
functionwxr_term_name()
Outputs a term_name XML tag from a given term object.
-
functionwxr_term_description()
Outputs a term_description XML tag from a given term object.
-
hook{$option}
Filters the number of items to be displayed on each page of the list table.
-
hookimage_save_pre
Filters the GD image resource to be streamed to the browser.
-
functionwp_save_image_file()
Saves image to file.
-
Filters whether to skip saving the image file.
-
functionimage_edit_apply_changes()
Performs group of changes on Editor specified.
-
Filters the GD image resource before applying changes to the image.
-
functionstream_preview_image()
Streams image in post to browser, along with enqueued changes in `$_REQUEST[‘history’]`.
-
functionwp_restore_image()
Restores the metadata for a given attachment.
-
functionwp_save_image()
Saves image to post, along with enqueued changes in `$_REQUEST[‘history’]`.
-
functionwp_image_editor()
Loads the WP image-editing interface.
-
functionwp_stream_image()
Streams image in WP_Image_Editor to browser.
-
functionget_plugin_updates()
Retrieves plugins with updates available.
-
functionwp_plugin_update_rows()
Adds a callback to display update information for plugins with updates available.
-
functionget_theme_updates()
Retrieves themes with updates available.
-
Filters the image sizes automatically generated when uploading an image.
-
functionload_image_to_edit()
Loads an image resource for editing.