WP_Application_Passwords_List_Table::column_name( array $item )

In this article

Handles the name column output.

Parameters

$itemarrayrequired
The current application password item.

Source

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

Changelog

VersionDescription
5.6.0Introduced.

User Contributed Notes

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