OneSignal / OneSignal-WordPress-Plugin

OneSignal is a free push notification service for web and mobile apps. This plugin makes it easy to integrate your website with OneSignal Push Notifications. https://onesignal.com
Other
80 stars 42 forks source link

Fix for deprecated create_function #216

Closed chriscct7 closed 1 year ago

chriscct7 commented 5 years ago

create_function is deprecated in PHP. Continued use in this plugin is blowing up PHP error logs with PHP deprecation notices.

This change is Reviewable

rgomezp commented 4 years ago

Where is create_function being used here? @chriscct7

jkasten2 commented 1 year ago

Closing due to no response