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 2bc201f commit 03b5b4dCopy full SHA for 03b5b4d
includes/admin/feedzy-rss-feeds-import.php
@@ -435,7 +435,7 @@ public function feedzy_import_feed_options() {
435
$import_content = '[[{"value":"%5B%7B%22id%22%3A%22%22%2C%22tag%22%3A%22item_content%22%2C%22data%22%3A%7B%7D%7D%5D"}]]';
436
}
437
438
- if ( feedzy_is_pro() && empty( $import_post_term ) ) {
+ if ( feedzy_is_pro() && empty( $import_post_term ) && 'post-new.php' === $pagenow ) {
439
$import_post_term = '[#auto_categories]';
440
441
0 commit comments