Undefined Constant PHP Notice
-
Great plugin- noticed one issue while debugging. I was getting a notice for an undefined constant __DIR__ on line 63 of widget_context.php. __DIR__ just needs to be a string. Here’s the updated line:
wp_enqueue_style( 'widget-context-admin', WP_CONTENT_URL . '/plugins/'. basename('__DIR__') . '/admin-style.css' );
Thanks for the great plugin again!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Undefined Constant PHP Notice’ is closed to new replies.