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