pixelgrade / customify

Intuitive Website Styling integrated into WordPress' Customizer
GNU General Public License v2.0
28 stars 5 forks source link

Consider having getter functions for options and options config #232

Open vladolaru opened 3 years ago

vladolaru commented 3 years ago

Right now, in our themes we have pixelgrade_option() and pixelgrade_get_option_customizer_config() helper functions that make use of Customify if present, and make due on their own if not.

I am not really sure if we should have equivalents in Customify for better control, and leave those helpers in themes as a fallback.