示例#1
0
function venedor_add_portfolio_cat()
{
    global $portfolio_cat_meta_boxes;
    venedor_show_tax_add_meta_boxes($portfolio_cat_meta_boxes);
}
示例#2
0
function venedor_add_product_cat()
{
    global $product_cat_meta_boxes;
    venedor_show_tax_add_meta_boxes($product_cat_meta_boxes);
}
示例#3
0
文件: post.php 项目: robwri32/garland
function venedor_add_category()
{
    global $category_meta_boxes;
    venedor_show_tax_add_meta_boxes($category_meta_boxes);
}