New and updated in 5.6.0
-
Filters the items in the bulk actions menu of the list table.
-
functionwp_add_dashboard_widget()
Adds a new dashboard widget.
-
function_media_states()
Outputs the attachment media states as HTML.
-
Filters the image HTML markup to send to the editor when inserting an image.
-
Fires after the Filter submit button for comment types.
Used by 1 function | Uses 0 functions | Source: wp-admin/includes/class-wp-comments-list-table.php:446 -
Filters the arguments used to generate the Quick Edit page-parent drop-down.
Used by 0 functions | Uses 0 functions | Source: wp-admin/includes/class-wp-posts-list-table.php:1859 -
functionwp_credits()
Retrieves the contributor credits.
-
functionadd_theme_support()
Registers theme support for a given feature.
-
functionset_theme_mod()
Updates theme modification value for the active theme.
-
functionwp_allowed_protocols()
Retrieves a list of protocols to allow in HTML attributes.
-
functionwp_send_json()
Sends a JSON response back to an Ajax request.
-
functionwp_send_json_success()
Sends a JSON response back to an Ajax request, indicating success.
-
functionwp_send_json_error()
Sends a JSON response back to an Ajax request, indicating failure.
-
functiondo_enclose()
Checks content for video and audio links to add as enclosures.
-
functionwp_count_terms()
Counts how many terms are in taxonomy.
-
Displays relational links for the posts adjacent to the current post for single post pages.
-
hookattachment_link
Filters the permalink for an attachment.
-
functiongallery_shortcode()
Builds the Gallery shortcode output.
-
functionwp_insert_attachment()
Inserts an attachment.
-
functionwp_insert_post()
Inserts or update a post.
-
functionwp_update_post()
Updates a post with new post data.
-
functionwp_untrash_post()
Restores a post from the Trash.
-
hookuntrash_post
Fires before a post is restored from the Trash.
-
hookuntrashed_post
Fires after a post is restored from the Trash.
-
functionrecurse_dirsize()
Gets the size of a directory recursively.
-
Filters a comment’s data before it is sanitized and inserted into the database.
-
functiondo_all_pings()
Performs all pingbacks, enclosures, trackbacks, and sends to pingback services.
-
methodWP_Error::add_data()
Adds data to an error with the given code.