ConnectThink / WP-SCSS

Wordpress Plugin that compiles sass using scssphp
http://wordpress.org/plugins/wp-scss/
248 stars 76 forks source link

Fix Issue #213: add id and checked to wp_kses #214

Closed KevHaitch closed 3 years ago

KevHaitch commented 3 years ago

Fix: display current checkbox status by passing "id" and "checked" to wp_kses

Optimization: reduce redundancy by saving esc_attr( $args['name']) to $option_name