We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c625e commit 24b7d18Copy full SHA for 24b7d18
includes/admin/feedzy-rss-feeds-import.php
@@ -1243,7 +1243,7 @@ private function run_job( $job, $max ) {
1243
$import_translation_lang = get_post_meta( $job->ID, 'import_auto_translation_lang', true );
1244
$max = $import_feed_limit;
1245
1246
- if ( metadata_exists( $import_post_type, $job->ID, 'import_post_status' ) ) {
+ if ( metadata_exists( 'post', $job->ID, 'import_post_status' ) ) {
1247
$import_post_status = get_post_meta( $job->ID, 'import_post_status', true );
1248
} else {
1249
add_post_meta( $job->ID, 'import_post_status', 'publish' );
0 commit comments