WP_Application_Passwords_List_Table::prepare_items()

Prepares the list of items for displaying.

Source

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

public function prepare_items() {
		global $user_id;
		$this->items = array_reverse( WP_Application_Passwords::get_user_application_passwords( $user_id ) );
	}

Changelog

Version Description
5.6.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_application_passwords_list_table/prepare_items