WP_Comments_List_Table::get_sortable_columns

Advertisement

Syntax Syntax

WP_Comments_List_Table::get_sortable_columns()

Return Return

(array)

Source Source

File: wp-admin/includes/class-wp-comments-list-table.php

	 * @param string $comment_type The current comment type slug.
	 */
	protected function comment_status_dropdown( $comment_type ) {
		/**
		 * Filters the comment types dropdown menu.
		 *
		 * @since 2.7.0

Advertisement

Advertisement

Leave a Reply