Forums
(@jorgepcbraz)
10 years, 1 month ago
Hi,
I would recommend that you change line 57 from:
if ( $options['enqueue_styles'] ) {
to
if ( isset($options['enqueue_styles'] )) {