v1.3.1 new error introduced!
-
Fixing the previous bug (1.3.1), “public static function maybe_display_floating_button()” has caused a new bug…
Warning: Undefined array key “coffee_floating_button_display” in /home/######/public_html/######/wp-content/plugins/ko-fi-button/Ko_fi.phpon line 265
Fixable by changing line 265 to
$settings = !empty(self::$options[‘coffee_floating_button_display’])?self::$options[‘coffee_floating_button_display’]:false;
There maybe a better way of doing it as not familiar with self:: notation ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘v1.3.1 new error introduced!’ is closed to new replies.