WP_List_Table::prepare_items()
Prepares the list of items for displaying.
More Information
Developers should use this class to query and filter data, handle sorting, and pagination, and any other data-manipulation required prior to rendering. This method should be called explicitly after instantiating your class, and before rendering.
Source
File: wp-admin/includes/class-wp-list-table.php
.
View all references
public function prepare_items() {
die( 'function WP_List_Table::prepare_items() must be overridden in a subclass.' );
}
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
User Contributed Notes
-
Skip to note 1 content You must log in to vote on the helpfulness of this noteVote results for this note: 0You must log in to vote on the helpfulness of this note