Inventory_Presser_Taxonomies::meta_box_html_colors( mixed $post )

meta_box_html_colors


Description Description

Outputs HTML that renders a meta box for the colors taxonomy


Top ↑

Parameters Parameters

$post

(mixed) (Required)


Top ↑

Return Return

(void)


Top ↑

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 );
	}