Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-list-table.php: WP_List_Table::get_primary_column_name() | Gets the name of the primary column. |
wp-admin/includes/screen.php: get_column_headers() | Get the column headers for a screen |
wp-admin/includes/screen.php: get_hidden_columns() | Get a list of hidden columns. |
wp-admin/includes/class-wp-list-table.php: WP_List_Table::get_sortable_columns() | Gets a list of sortable columns. |
wp-admin/includes/class-wp-list-table.php: manage_{$this->screen->id}_sortable_columns | Filters the list table sortable columns for a specific screen. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |