-
Notifications
You must be signed in to change notification settings - Fork 27
Improved feed group UX #1108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Improved feed group UX #1108
Conversation
Plugin build for 665e37b is ready 🛎️!
Note You can preview the changes in the Playground |
* @return void | ||
*/ | ||
public function render_feed_preview() { | ||
// phpcs:ignore WordPress.Security.NonceVerification.Recommended |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can use the https://developer.wordpress.org/reference/functions/check_ajax_referer/ to satisfy the linter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This function is used to render the feed preview in the sidebar. Since it's not an AJAX or form submission context, check_ajax_referer()
doesn't apply.
@girishpanchal30, a rebase here when you can 🙏 |
Summary
I have improved the feed group UX and added the default WP news group on activation.
Check before Pull Request is ready:
Closes https://github.com/Codeinwp/feedzy-rss-feeds-pro/issues/873