New and updated in 7.1.0
-
Sends a notification of a new comment to the post author.
-
Filters whether to send the post author new comment and note notification emails, overriding the site settings and defaults. By default, notifications are sent for all notes and for approved comments.
-
Handles the checkbox column output.
Used by 0 functions | Uses 6 functions | Source: wp-admin/includes/class-wp-posts-list-table.php:1057 -
Handles the title column output.
Used by 1 function | Uses 19 functions | Source: wp-admin/includes/class-wp-posts-list-table.php:1151 -
functionwp_dashboard_quick_press()
Displays the Quick Draft widget.
-
functionwp_ajax_autocomplete_user()
Handles user autocomplete via AJAX.
-
functionedit_comment()
Updates a comment with values provided in $_POST.
-
functionantispambot()
Obscures email addresses in HTML to prevent spam bots from harvesting them.
-
functionsafecss_filter_attr()
Filters an inline style attribute and removes disallowed rules.
-
hooksafe_style_css
Filters the list of allowed CSS attributes.
-
function_wp_filter_build_unique_id()
Builds a unique string ID for a hook callback function.
-
functionis_user_member_of_blog()
Finds out whether a user is a member of a given blog.
-
functionwp_get_attachment_metadata()
Retrieves attachment metadata for attachment ID.
-
functioncheck_comment()
Checks whether a comment passes internal checks to be allowed to add.
-
functionget_comment()
Retrieves comment data given a comment ID or comment object.