Inventory_Presser_Taxonomies::meta_box_html_cylinders( mixed $post )

Outputs HTML that renders a meta box for the cylinders taxonomy


Parameters Parameters

$post

(mixed) (Required)


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/class-taxonomies.php

	public static function meta_box_html_cylinders( $post ) {
		echo self::taxonomy_meta_box_html( 'cylinders', apply_filters( 'invp_prefix_meta_key', 'cylinders' ), $post );
	}