Theme Customization API and child themes

admin2025-06-06  7

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
Add a comment  | 

1 Answer 1

Reset to default 1

There 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/

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1749193110a317141.html

最新回复(0)