@@ 1650-1653 (lines=4) @@ | ||
1647 | return $term_id; |
|
1648 | } |
|
1649 | ||
1650 | if ( $is_new_item ) { |
|
1651 | do_action( 'pods_meta_create_pre_taxonomy', $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy ); |
|
1652 | do_action( "pods_meta_create_pre_taxonomy_{$taxonomy}", $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy ); |
|
1653 | } |
|
1654 | ||
1655 | do_action( 'pods_meta_save_pre_taxonomy', $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy, $is_new_item ); |
|
1656 | do_action( "pods_meta_save_pre_taxonomy_{$taxonomy}", $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy, $is_new_item ); |
|
@@ 1669-1672 (lines=4) @@ | ||
1666 | ||
1667 | pods_no_conflict_off( 'taxonomy' ); |
|
1668 | ||
1669 | if ( $is_new_item ) { |
|
1670 | do_action( 'pods_meta_create_taxonomy', $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy ); |
|
1671 | do_action( "pods_meta_create_taxonomy_{$taxonomy}", $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy ); |
|
1672 | } |
|
1673 | ||
1674 | do_action( 'pods_meta_save_taxonomy', $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy, $is_new_item ); |
|
1675 | do_action( "pods_meta_save_taxonomy_{$taxonomy}", $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy, $is_new_item ); |