Inventory_Presser_Taxonomies::meta_box_html_cylinders( mixed $post )
Outputs HTML that renders a meta box for the cylinders taxonomy
Parameters
- $post
-
(mixed) (Required)
Return
(void)
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 ); }
Expand full source code Collapse full source code View on Github