Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-comments-list-table.php: admin_comment_types_dropdown | Filters the comment types dropdown menu. |
wp-includes/l10n.php: esc_html__() | Retrieve the translation of $text and escapes it for safe use in HTML output. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/general-template.php: selected() | Outputs the HTML selected attribute. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/comment.php: get_comments() | Retrieve a list of comments. |