Undefined array key warnings
-
When Sassy Social Share has been enabled but not configured on a website, it will produce PHP warnings because options are not yet set.
Warnings are coming from sassy-social-share/public/class-sassy-social-share-public.php:1222 and following lines because of $this->options[‘horizontal_bg_color_default’] != ” which gets called in wp_enqueue_scripts while $this->options hasn’t been filled with values.
Please initialize options with default / empty values, skip printing inline styles if configuration is missing, or use isset/empty/null coalescing operator.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Undefined array key warnings’ is closed to new replies.