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 542edf1 commit 574fc67Copy full SHA for 574fc67
includes/feedzy-rss-feeds-feed-tweaks.php
@@ -570,7 +570,7 @@ function feedzy_show_import_tour() {
570
571
/**
572
* Show review notice.
573
- *
+ *
574
* @return bool
575
*/
576
function feedzy_show_review_notice() {
@@ -591,7 +591,7 @@ function feedzy_show_review_notice() {
591
'post_type' => 'feedzy_imports',
592
'post_status' => 'publish',
593
'posts_per_page' => 1,
594
- 'meta_query' => array(
+ 'meta_query' => array( // phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_query
595
array(
596
'key' => 'imported_items_count',
597
'value' => 100,
0 commit comments