コード例 #1
0
ファイル: metaboxes.php プロジェクト: obecolette/wordpress
function cpotheme_taxonomy_metabox_layout($post)
{
    cpotheme_taxonomy_meta_form(__('Layout Options', 'brilliance'), $post, cpotheme_metadata_layout_options());
}
コード例 #2
0
ファイル: metaboxes.php プロジェクト: sissisnothere/testWeb
function cpotheme_taxonomy_metabox_layout($post)
{
    cpotheme_taxonomy_meta_form(__('Layout Options', 'transcend'), $post, cpotheme_metadata_layout_options());
}