Skip to content

Instantly share code, notes, and snippets.

@JulioPotier
Created November 13, 2015 01:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JulioPotier/bfc2c66461722c86f8eb to your computer and use it in GitHub Desktop.
Save JulioPotier/bfc2c66461722c86f8eb to your computer and use it in GitHub Desktop.
<?php
add_filter( 'manage_edit-category_columns', 'baw_edit_term_columns' );
function baw_edit_term_columns( $columns ) {
$columns['color'] = __( 'Front Color', 'baw' );
return $columns;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment