osompress / simple-social-icons

Plugin: Simple Social Icons
62 stars 33 forks source link

Only enqueue style when widget is loaded #134

Open xhemals opened 5 months ago

xhemals commented 5 months ago

This change to the simple-social-icons.php file will only load the CSS if the widget is uploaded. This was mentioned in issue #99.

The fix is to add an if statement: if ( is_active_widget( false, false, $this->id_base, true ) ) for: wp_enqueue_style()