Automattic\WooCommerce\Internal\ProductDownloads\ApprovedDirectories\Admin
Table::get_columns
Get list columns.
Method of the class: Table{}
No Hooks.
Returns
Array.
Usage
$Table = new Table(); $Table->get_columns();
Table::get_columns() Table::get columns code WC 10.8.1
public function get_columns() {
return array(
'cb' => '<input type="checkbox" />',
'title' => _x( 'URL', 'Approved product download directories', 'woocommerce' ),
'enabled' => _x( 'Enabled', 'Approved product download directories', 'woocommerce' ),
);
}