I manage a WordPress site and need a way to get reminders when a page hasn’t been updated for a while, like 2 months. Ideally, it would allow me to set the timeframe and send notifications either to my email or through the dashboard.
Does anyone know of a plugin or solution that can handle this? I’d appreciate any suggestions or ideas. Thanks!
That’s an interesting idea. I’m currently building a plugin to manage multiple WordPress sites from one dashboard, and this feature could be a great addition. Thanks for the idea!
You could try sorting or filtering pages to keep track of updates. Are you planning to set a specific expiry date for every page, like 2 months?
If so, using Code Snippets – WordPress plugin | WordPress.org might help. You can ask ChatGPT to create some custom code for a shortcode and add it to a page for better management. I use FluentSMTP for sending email notifications.