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. View all references

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


Top ↑

Changelog

Changelog
Version Description
5.6.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.