コード例 #1
0
/**
 * Setup our custom taxonomy registration and custom metabox registration
 *
 */
function jtsternberg_taxonomies_register()
{
    jtsternberg_taxonomies();
    jtsternberg_orientation_select_metabox();
}
コード例 #2
0
/**
 * Setup our custom taxonomy registration and custom metabox registration
 *
 */
function jtsternberg_taxonomies_register()
{
    jtsternberg_taxonomies('Orientation', 'Orientation', array('post'));
    jtsternberg_orientation_select_metabox();
}