PHP Warning
-
Hi,
The following error has been reported.
PHP Warning: Undefined array key "colorscheme" in ***/wp-plugin-info-card/php/Shortcodes.php on line 595
Why not do the following?
if ( array_key_exists( 'colorscheme', $options ) ) { $scheme = $options['colorscheme']; if ( 'default' === $scheme ) { $scheme = ''; } }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP Warning’ is closed to new replies.