PHP Errors in Various Plugin Options
-
Hello,
Just confirming what the other user below reported about the php errors. I can see this in the plugin options while running php 7.4.
There are error warnings on the following options:
Animation in
Animation out
On which page the balloon should appear?…..
Warning: Use of undefined constant drop – assumed ‘drop’ (this will throw an Error in a future version of PHP) in /wp-content/plugins/add-to-home-screen-wp/options.php on line 114
Warning: Use of undefined constant bubble – assumed ‘bubble’ (this will throw an Error in a future version of PHP) in /wp-content/plugins/add-to-home-screen-wp/options.php on line 115
Warning: Use of undefined constant fade – assumed ‘fade’ (this will throw an Error in a future version of PHP) in /wp-content/plugins/add-to-home-screen-wp/options.php on line 116
Warning: Use of undefined constant drop – assumed ‘drop’ (this will throw an Error in a future version of PHP) in /wp-content/plugins/add-to-home-screen-wp/options.php on line 125
Warning: Use of undefined constant bubble – assumed ‘bubble’ (this will throw an Error in a future version of PHP) in /wp-content/plugins/add-to-home-screen-wp/options.php on line 126
Warning: Use of undefined constant fade – assumed ‘fade’ (this will throw an Error in a future version of PHP) in /wp-content/plugins/add-to-home-screen-wp/options.php on line 127
Warning: Use of undefined constant homeonly – assumed ‘homeonly’ (this will throw an Error in a future version of PHP) in /wp-content/plugins/add-to-home-screen-wp/options.php on line 218
Warning: Use of undefined constant allpages – assumed ‘allpages’ (this will throw an Error in a future version of PHP) in /wp-content/plugins/add-to-home-screen-wp/options.php on line 219
…..
Hope this helps!
~ Michael
- The topic ‘PHP Errors in Various Plugin Options’ is closed to new replies.