PHP Notice Fix
-
Notice: Undefined index: load_widget_style in /public_html/wp-content/plugins/strong-testimonials/strong-testimonials.php on line 1480Open:
strong-testimonals.phpFind (line 1480):
if ( $options['load_widget_style'] ) {Change to:
if ( !empty($options['load_widget_style']) ) {
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘PHP Notice Fix’ is closed to new replies.