|  | @@ 1532-1535 (lines=4) @@ | 
                                                            
                                    | 1529 |  | 			return $term_id; | 
                                                            
                                    | 1530 |  | 		} | 
                                                            
                                    | 1531 |  |  | 
                                                            
                                    | 1532 |  |         if ( $is_new_item ) { | 
                                                            
                                    | 1533 |  |             do_action( 'pods_meta_create_pre_taxonomy', $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy ); | 
                                                            
                                    | 1534 |  |             do_action( "pods_meta_create_pre_taxonomy_{$taxonomy}", $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy ); | 
                                                            
                                    | 1535 |  |         } | 
                                                            
                                    | 1536 |  |  | 
                                                            
                                    | 1537 |  |         do_action( 'pods_meta_save_pre_taxonomy', $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy, $is_new_item ); | 
                                                            
                                    | 1538 |  |         do_action( "pods_meta_save_pre_taxonomy_{$taxonomy}", $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy, $is_new_item ); | 
                                                                                
                                |  | @@ 1551-1554 (lines=4) @@ | 
                                                            
                                    | 1548 |  |  | 
                                                            
                                    | 1549 |  |         pods_no_conflict_off( 'taxonomy' ); | 
                                                            
                                    | 1550 |  |  | 
                                                            
                                    | 1551 |  |         if ( $is_new_item ) { | 
                                                            
                                    | 1552 |  |             do_action( 'pods_meta_create_taxonomy', $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy ); | 
                                                            
                                    | 1553 |  |             do_action( "pods_meta_create_taxonomy_{$taxonomy}", $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy ); | 
                                                            
                                    | 1554 |  |         } | 
                                                            
                                    | 1555 |  |  | 
                                                            
                                    | 1556 |  |         do_action( 'pods_meta_save_taxonomy', $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy, $is_new_item ); | 
                                                            
                                    | 1557 |  |         do_action( "pods_meta_save_taxonomy_{$taxonomy}", $data, $pod, $id, $groups, $term_id, $term_taxonomy_id, $taxonomy, $is_new_item ); |