Inventory_Presser_Taxonomies::meta_box_html_colors( mixed $post )
meta_box_html_colors
Contents
Description Description
Outputs HTML that renders a meta box for the colors taxonomy
Parameters Parameters
- $post
-
(mixed) (Required)
Return Return
(void)
Source Source
File: includes/class-taxonomies.php
static function meta_box_html_colors( $post ) { echo self::taxonomy_meta_box_html( 'colors', apply_filters( 'invp_prefix_meta_key', 'color_base' ), $post ); }
Expand full source code Collapse full source code View on Github