WP_Application_Passwords_List_Table::column_name( array $item )

Handles the name column output.


Parameters

$item array Required
The current application password item.

Top ↑

Source

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

public function column_name( $item ) {
	echo esc_html( $item['name'] );
}


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.