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