WC_Admin_API_Keys_Table_List::column_cb( array $key )

Column cb.


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_cb( $key ) {
		return sprintf( '<input type="checkbox" name="key[]" value="%1$s" />', $key['key_id'] );
	}

Top ↑

User Contributed Notes User Contributed Notes

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