Changes between Initial Version and Version 1 of Ticket #19373, comment 48
- Timestamp:
- 04/12/2019 08:55:09 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19373, comment 48
initial v1 4 4 5 5 {{{#!php 6 $post_id = $this->save( $post_array ); 7 6 8 foreach( $post_array['tax_input'] as $taxonomy => $terms ) { 7 9 wp_set_post_terms( $post_id, $terms, $taxonomy );