Bug on settings
-
Hello,
I believe I found a bug in the code. Some other plugins are triggering errors due to a conflict with the admin settings from your plugin.
On the class
Woo_Buy_Now_Button_Backend
, you’re doing this to load the settings:$settings = include dirname( __FILE__ ) . '/admin/class-woo_buy_now_button_settings.php';
While it should have been like this:
$settings[] = include dirname( __FILE__ ) . '/admin/class-woo_buy_now_button_settings.php';
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug on settings’ is closed to new replies.