New and updated in 2.6.0
-
Fires when an ‘action’ request variable is sent.
-
Filters the action links displayed for each plugin in the Plugins list table.
Used by 1 function | Uses 0 functions | Source: wp-admin/includes/class-wp-plugins-list-table.php:1058 -
Fires on a non-authenticated admin post request where no action is supplied.
-
Fires on a non-authenticated admin post request for the given action.
-
hookadmin_post
Fires on an authenticated admin post request where no action is supplied.
-
Fires on an authenticated admin post request for the given action.
-
hooksetup_theme
Fires before the theme is loaded.
-
hook{$action}
If the ‘postcustom’ meta box is enabled, then we need to perform some extra initialization on it.
-
Filters the post excerpt used for WXR exports.
-
functionpopulate_roles_260()
Create and modify WordPress roles for WordPress 2.6.
-
hookpopulate_options
Fires before creating WordPress options and populating their default values.
-
Filters the action links displayed for each comment in the Comments list table.
Used by 2 functions | Uses 0 functions | Source: wp-admin/includes/class-wp-comments-list-table.php:860 -
functionactivate_plugins()
Activates multiple plugins.
-
functiondelete_plugins()
Removes directory and files of a plugin for a list of plugins.
-
functionremove_meta_box()
Removes a meta box from one or more screens.
-
Filters the media upload form action URL.
-
functionmedia_upload_flash_bypass()
Displays the multi-file uploader message.
-
functionmedia_upload_html_bypass()
Displays the browser’s built-in uploader message.
-
hookpost-upload-ui
Fires on the post upload UI screen.
-
hookpre-upload-ui
Fires just before the legacy (pre-3.5.0) upload interface is loaded.
-
Fires before the upload interface loads.
-
Fires after the upload interface loads.
-
Fires before the upload button in the media upload interface.
-
Fires after the upload button in the media upload interface.
-
functionmedia_sideload_image()
Downloads an image from the specified URL, saves it as an attachment, and optionally attaches it to a post.
-
functionimage_add_caption()
Adds image shortcode with caption to editor.
-
hookdisable_captions
Filters whether to disable captions.
-
Filters the image HTML markup including the caption shortcode.
-
functionmedia_handle_sideload()
Handles a side-loaded file in the same way as an uploaded file is handled by media_handle_upload().
-
functionwp_create_post_autosave()
Creates autosave data for the specified post from `$_POST` data.