WC_Admin_API_Keys_Table_List::column_truncated_key( array $key )

Return truncated consumer key column.


Description Description


Parameters Parameters

$key

(Required) Key data.


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/admin/class-wc-admin-api-keys-table-list.php

	public function column_truncated_key( $key ) {
		return '<code>&hellip;' . esc_html( $key['truncated_key'] ) . '</code>';
	}

Top ↑

User Contributed Notes User Contributed Notes

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