예제 #1
0
function venedor_save_product_cat($term_id, $tt_id, $taxonomy)
{
    if (!$term_id) {
        return;
    }
    global $product_cat_meta_boxes;
    venedor_product_get_postdata();
    return venedor_save_taxdata($term_id, $tt_id, $taxonomy, $product_cat_meta_boxes);
}
예제 #2
0
파일: post.php 프로젝트: robwri32/garland
function venedor_save_category($term_id, $tt_id, $taxonomy)
{
    if (!$term_id) {
        return;
    }
    global $category_meta_boxes;
    venedor_post_get_postdata();
    return venedor_save_taxdata($term_id, $tt_id, $taxonomy, $category_meta_boxes);
}