You appear to be a bot. Output may be restricted
Description
Echo the layout options on the taxonomy term edit form.
Usage
genesis_taxonomy_layout_options( $tag, $taxonomy );
Parameters
- $tag
- ( \stdClass ) required – Term object.
- $taxonomy
- ( string ) required – Name of the taxonomy.
Returns
void
Source
File name: genesis/lib/admin/term-meta.php
Lines:
1 to 6 of 6
function genesis_taxonomy_layout_options( $tag, $taxonomy ) { genesis_meta_boxes()->show_meta_box( 'genesis-term-meta-layout', $tag ); }