OneSignal-WordPress-Plugin
OneSignal-WordPress-Plugin copied to clipboard
Fix for deprecated create_function
create_function is deprecated in PHP. Continued use in this plugin is blowing up PHP error logs with PHP deprecation notices.
Where is create_function being used here? @chriscct7
Closing due to no response