WP_Application_Passwords_List_Table::prepare_items()

In this article

Prepares the list of items for displaying.

Source

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

Changelog

VersionDescription
5.6.0Introduced.

User Contributed Notes

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