sfw_add_taxonomy_table_column
Description
Adds taxonomy admin table column with content
Since: 1.0.0
Code
<?php function sfw_add_taxonomy_table_column( $taxonomy, $label, $callback, $priority = 15 ){
…
} ?>
Parameter
- $taxonomy
- (string)
- $label
- (string)
- $callback
- (callable)
- $priority
- (int)
Default: 15