Inventory_Presser_Taxonomies::meta_box_html_drive_type( mixed $post )

meta_box_html_drive_type


Description Description

Outputs HTML that renders a meta box for the drive type taxonomy


Top ↑

Parameters Parameters

$post

(mixed) (Required)


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/class-taxonomies.php

	static function meta_box_html_drive_type( $post ) {
		echo self::taxonomy_meta_box_html( 'drive_type', apply_filters( 'invp_prefix_meta_key', 'drive_type' ), $post );
	}