JoryHogeveen / off-canvas-sidebars

This plugin will add various options to implement off-canvas sidebars in your WordPress theme based on the Slidebars jQuery plugin.
GNU General Public License v2.0
13 stars 4 forks source link

Refactoring: Create slidebar classes instead of using general option arrays. #55

Open JoryHogeveen opened 6 years ago

JoryHogeveen commented 6 years ago

Currently all sidebars are part of the general settings array. Lets make this separate. Saving the settings may still contain everything but in code this should be handled separately.