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 257c341 commit 39ed77bCopy full SHA for 39ed77b
includes/admin/feedzy-rss-feeds-admin.php
@@ -211,7 +211,8 @@ public function enqueue_styles_admin() {
211
return;
212
}
213
214
- if ( 'feedzy_page_feedzy-support' === $screen->base || ( 'edit' !== $screen->base && 'feedzy_imports' === $screen->post_type ) ) {
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended
215
+ if ( 'feedzy_page_feedzy-support' === $screen->base && ( isset( $_GET['tab'] ) && 'improve' === $_GET['tab'] ) || ( 'edit' !== $screen->base && 'feedzy_imports' === $screen->post_type ) ) {
216
217
$this->register_survey();
218
0 commit comments