-
Notifications
You must be signed in to change notification settings - Fork 26
feat: add errors report email frequency #1142
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
Conversation
|
Plugin build for e9f2935 is ready 🛎️!
Note You can preview the changes in the Playground |
|
@ineagu I added a description to the email toggle so that the user can know that it can change the frequency
Before
|
| if ( | ||
| false !== Feedzy_Rss_Feeds_Util_Scheduler::is_scheduled( 'task_feedzy_cleanup_logs' ) | ||
| ) { | ||
| public function maybe_reschedule_email_report( $old_value, $value, $option ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable |
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.
Not the biggest but if the variable is unused we can just remove it.
HardeepAsrani
left a comment
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.
LGTM.
|
🎉 This PR is included in version 5.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |


Summary
Will affect visual aspect of the product
YES
Screenshots
Test instructions
If the Action Scheduler is present, you will find the events here:
Check before Pull Request is ready:
Closes https://github.com/Codeinwp/feedzy-rss-feeds-pro/issues/848