Title: Page Updates Notifications
Last modified: August 31, 2016

---

# Page Updates Notifications

 *  Resolved [boziboy](https://wordpress.org/support/users/boziboy/)
 * (@boziboy)
 * [10 years ago](https://wordpress.org/support/topic/page-updates-notifications/)
 * Hello, is it possible to use this plugin to push notifications when a PAGE has
   been edited? I see it works well with posts. Thank you.
 * [https://wordpress.org/plugins/onesignal-free-web-push-notifications/](https://wordpress.org/plugins/onesignal-free-web-push-notifications/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [OneSignal Push Notifications](https://wordpress.org/support/users/onesignal/)
 * (@onesignal)
 * [10 years ago](https://wordpress.org/support/topic/page-updates-notifications/#post-7342240)
 * Hi boziboy,
 * We’ll explore this the next time we update the plugin to see if we might want
   to do this. You can track this issue: [https://github.com/one-signal/OneSignal-WordPress-Plugin/issues/29](https://github.com/one-signal/OneSignal-WordPress-Plugin/issues/29)
 *  Plugin Author [OneSignal Push Notifications](https://wordpress.org/support/users/onesignal/)
 * (@onesignal)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/page-updates-notifications/#post-7342278)
 * Hi there,
 * This feature is now available. You can use the following PHP code to add a WordPress
   filter to customize our plugin’s behavior:
 * `
    add_filter('onesignal_include_post', 'onesignal_include_post_filter', 10, 
   4); function onesignal_include_post_filter($new_status, $old_status, $post) {
   if ($post->post_type == 'page') return true; }
 *  Plugin Author [OneSignal Push Notifications](https://wordpress.org/support/users/onesignal/)
 * (@onesignal)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/page-updates-notifications/#post-7342279)
 * Marking this issue as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Page Updates Notifications’ is closed to new replies.

 * ![](https://ps.w.org/onesignal-free-web-push-notifications/assets/icon.svg?rev
   =3003897)
 * [OneSignal - Web Push Notifications](https://wordpress.org/plugins/onesignal-free-web-push-notifications/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/onesignal-free-web-push-notifications/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/onesignal-free-web-push-notifications/)
 * [Active Topics](https://wordpress.org/support/plugin/onesignal-free-web-push-notifications/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/onesignal-free-web-push-notifications/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/onesignal-free-web-push-notifications/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [OneSignal Push Notifications](https://wordpress.org/support/users/onesignal/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/page-updates-notifications/#post-7342279)
 * Status: resolved