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.
2 parents 940a160 + 39ed77b commit fb06971Copy full SHA for fb06971
includes/admin/feedzy-rss-feeds-admin.php
@@ -224,7 +224,8 @@ public function enqueue_styles_admin() {
224
return;
225
}
226
227
- if ( 'feedzy_page_feedzy-support' === $screen->base || ( 'edit' !== $screen->base && 'feedzy_imports' === $screen->post_type ) ) {
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended
228
+ if ( 'feedzy_page_feedzy-support' === $screen->base && ( isset( $_GET['tab'] ) && 'improve' === $_GET['tab'] ) || ( 'edit' !== $screen->base && 'feedzy_imports' === $screen->post_type ) ) {
229
230
$this->register_survey();
231
0 commit comments