@@ 1575-1578 (lines=4) @@ | ||
1572 | return $term_id; |
|
1573 | } |
|
1574 | ||
1575 | if ( $is_new_item ) { |
|
1576 | do_action( 'pods_meta_create_pre_taxonomy', $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy ); |
|
1577 | do_action( "pods_meta_create_pre_taxonomy_{$taxonomy}", $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy ); |
|
1578 | } |
|
1579 | ||
1580 | do_action( 'pods_meta_save_pre_taxonomy', $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy, $is_new_item ); |
|
1581 | do_action( "pods_meta_save_pre_taxonomy_{$taxonomy}", $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy, $is_new_item ); |
|
@@ 1594-1597 (lines=4) @@ | ||
1591 | ||
1592 | pods_no_conflict_off( 'taxonomy' ); |
|
1593 | ||
1594 | if ( $is_new_item ) { |
|
1595 | do_action( 'pods_meta_create_taxonomy', $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy ); |
|
1596 | do_action( "pods_meta_create_taxonomy_{$taxonomy}", $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy ); |
|
1597 | } |
|
1598 | ||
1599 | do_action( 'pods_meta_save_taxonomy', $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy, $is_new_item ); |
|
1600 | do_action( "pods_meta_save_taxonomy_{$taxonomy}", $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy, $is_new_item ); |