New and updated in 2.5.0
-
functionwp_dashboard_empty()
Outputs empty dashboard widget to be populated by JS later.
-
functionwp_dashboard_rss_output()
Display generic dashboard RSS widget feed.
-
functionwp_dashboard_cached_rss_widget()
Checks to see if all of the feed url in $check_urls are cached.
-
Calls widget control callback.
-
functionwp_dashboard_rss_control()
Sets up the RSS dashboard widget control and $args to be used as input to wp_widget_rss_form().
-
Filters the primary link URL for the ‘WordPress Events and News’ dashboard widget.
-
functionwp_dashboard_plugins_output()
Display plugins text for the WordPress news widget.
-
Fires after core widgets for the admin dashboard have been registered.
-
Filters the list of widgets to load for the admin dashboard.
-
functionwp_dashboard()
Displays the dashboard.
-
hookrightnow_end
Fires at the end of the ‘At a Glance’ dashboard widget.
-
functionwp_dashboard_setup()
Registers dashboard widgets.
-
functionvalidate_plugin()
Validates the plugin path.
-
functionis_plugin_active()
Determines whether a plugin is active.
-
functionactivate_plugin()
Attempts activation of plugin in a “sandbox” and redirects on success.
-
functiondeactivate_plugins()
Deactivates a single plugin or multiple plugins.
-
functionvalidate_active_plugins()
Validates active plugins.
-
function_list_meta_row()
Outputs a single row of public meta data in the Custom Fields meta box.
-
functionadd_meta_box()
Adds a meta box to one or more screens.
-
functiondo_meta_boxes()
Meta-Box template function.
-
functionwp_popular_terms_checklist()
Retrieves a list of the most popular terms from the specified taxonomy.
-
functionmedia_upload_type_form()
Outputs the legacy media upload form for a given media type.
-
functionmedia_upload_gallery_form()
Adds gallery form to upload iframe.
-
functionmedia_upload_library_form()
Outputs the legacy media upload form for the media library.
-
functionimage_media_send_to_editor()
Retrieves the media element HTML to send to the editor.
-
functionget_attachment_fields_to_edit()
Retrieves the attachment fields to edit form fields.
-
Filters the attachment fields to edit.
-
functionget_media_items()
Retrieves HTML for media items of post gallery.
-
functionget_media_item()
Retrieves HTML form for modifying the image attachment.
-
hookmedia_meta
Filters the media metadata.