Prepares the list of items for displaying.
Source
public function prepare_items() {
die( 'function WP_List_Table::prepare_items() must be overridden in a subclass.' );
}
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
Prepares the list of items for displaying.
public function prepare_items() {
die( 'function WP_List_Table::prepare_items() must be overridden in a subclass.' );
}
Version | Description |
---|---|
3.1.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
User Contributed Notes