Ticket #36818: export.diff
| File export.diff, 762 bytes (added by , 10 years ago) |
|---|
-
export.php
534 534 */ 535 535 if ( apply_filters( 'wxr_export_skip_postmeta', false, $meta->meta_key, $meta ) ) 536 536 continue; 537 538 /** 539 * Filter for modifying post meta before it is exported. 540 * 541 * @since 4.6.0 542 * 543 * @param string $meta_value Current meta value. 544 * @param object $meta Current meta object. 545 * @param object $post Current post object. 546 */ 547 $meta->meta_value = apply_filters( 'wxr_export_postmeta', $meta->meta_value, $meta, $post ); 537 548 ?> 538 549 <wp:postmeta> 539 550 <wp:meta_key><?php echo wxr_cdata( $meta->meta_key ); ?></wp:meta_key>