I've recently developed a parent theme that makes heavy use of the Theme Customization API. Is there an easy way to port these settings when a user activates one of my child themes? Currently, the data previously saved in the Customize screen disappears when activating a child theme. Of course, once they reactivate the parent theme, the settings return.
Any dealt with this yet?
I've recently developed a parent theme that makes heavy use of the Theme Customization API. Is there an easy way to port these settings when a user activates one of my child themes? Currently, the data previously saved in the Customize screen disappears when activating a child theme. Of course, once they reactivate the parent theme, the settings return.
Any dealt with this yet?
Share Improve this question asked Feb 7, 2013 at 16:59 clarkclark 5912 silver badges10 bronze badges 2- 1 Are you using the Settings API or the Theme Mods API for your Theme settings/Theme Customizer integration? – Chip Bennett Commented Feb 7, 2013 at 18:37
- Using Theme Mod. All settings on the "Customize" screen, calling them in my theme with get_theme_mod. – clark Commented Feb 8, 2013 at 14:44
1 Answer
Reset to default 1There is already an answer about this question with explicable examples How do I get a parent theme modification from a child theme?.
You can also check about get_theme_mod
here https://developer.wordpress/reference/functions/get_theme_mod/