Skip to content

Commit b1b3169

Browse files
Turn filters on during post duplication
1 parent be174d6 commit b1b3169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/post-duplicator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public function create_duplicate_for_rewrite_and_republish( WP_Post $post ) {
157157
'copy_excerpt' => true,
158158
'copy_author' => true,
159159
'copy_menu_order' => true,
160-
'use_filters' => false,
160+
'use_filters' => true,
161161
];
162162
$defaults = $this->get_default_options();
163163
$options = \wp_parse_args( $options, $defaults );

0 commit comments

Comments
 (0)