Error "Use of undefined constant ABD_Widget" appears
-
Hello,
thank you for your great plugin. If I use that plugin, I get the following error:
Use of undefined constant ABD_Widget - assumed 'ABD_Widget' in \wp-content\plugins\ad-blocking-detector\includes\widget.php on line 9
If I change the code of this line from
if( !class_exists( ABD_Widget ) ) {
to
if( !class_exists( 'ABD_Widget' ) ) {
it works.Can you add that fix to your next version? Thank you!
Regards, Kristian
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Error "Use of undefined constant ABD_Widget" appears’ is closed to new replies.