WC_Admin_Webhooks_Table_List::get_columns()

Get list columns.


Description Description


Return Return

(array)


Top ↑

Source Source

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

	public function get_columns() {
		return array(
			'cb'           => '<input type="checkbox" />',
			'title'        => __( 'Name', 'woocommerce' ),
			'status'       => __( 'Status', 'woocommerce' ),
			'topic'        => __( 'Topic', 'woocommerce' ),
			'delivery_url' => __( 'Delivery URL', 'woocommerce' ),
		);
	}

Top ↑

User Contributed Notes User Contributed Notes

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