customize column name for reference

This commit is contained in:
Almira Krdzic
2018-10-18 13:28:41 +02:00
parent 1ed7310994
commit d3c280548b
3 changed files with 17 additions and 0 deletions

View File

@@ -148,6 +148,7 @@ class Wiaas_Admin_CL_Packages {
$cl_columns['thumb'] = $columns['thumb'];
$cl_columns['wiaas_cl_name'] = $columns['name'];
$cl_columns['taxonomy-product_tag'] = __( 'Reference', 'wiaas' );
$cl_columns['taxonomy-package_type'] = __('Type', 'wiaas');
$cl_columns['taxonomy-package_status'] = __('Status', 'wiaas');
$cl_columns['taxonomy-product_country'] = $columns['taxonomy-product_country'];