Use of undefined constant WP_LOCAL_DEV …
-
Hi Peter!
When you get some time, can you please change:
if (WP_LOCAL_DEV == true) {
to:
if ('WP_LOCAL_DEV' == true) {
?
in line 109 of avh-fdas.admin.php
Its throwing soft errors.
Thanks for your plugin!
@brianbrown
- The topic ‘Use of undefined constant WP_LOCAL_DEV …’ is closed to new replies.