Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-comments-list-table.php: WP_Comments_List_Table::comment_status_dropdown() | Displays a comment status drop-down for filtering on the Comments list table. |
wp-admin/includes/template.php: submit_button() | Echoes a submit button, with provided text and appropriate class(es). |
wp-admin/includes/class-wp-comments-list-table.php: restrict_manage_comments | Fires just before the Filter submit button for comment types. |
wp-admin/includes/class-wp-comments-list-table.php: manage_comments_nav | Fires after the Filter submit button for comment types. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: esc_html__() | Retrieve the translation of $text and escapes it for safe use in HTML output. |
wp-includes/l10n.php: esc_attr__() | Retrieve the translation of $text and escapes it for safe use in an attribute. |
wp-includes/functions.php: wp_nonce_field() | Retrieve or display nonce hidden field for forms. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |