Automattic\WooCommerce\Internal\ProductDownloads\ApprovedDirectories\Admin
Table::get_columns()
Get list columns.
Method of the class: Table{}
No Hooks.
Return
Array
.
Usage
$Table = new Table(); $Table->get_columns();
Table::get_columns() Table::get columns code WC 9.6.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' ), ); }