Handles the name column output.
Parameters
$item
arrayrequired- The current application password item.
Source
public function column_name( $item ) {
echo esc_html( $item['name'] );
}
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |
Handles the name column output.
$item
arrayrequiredpublic function column_name( $item ) {
echo esc_html( $item['name'] );
}
Version | Description |
---|---|
5.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.