Archived topic
add_filter and default options for child theme
3 replies · Started by Krzysztof on August 4, 2015
@Tom could You add some documentation of all options witch can be set in child theme? Now I must check I PHP files in GP Premium plugin. Or maybe it is already in FAQ? :)
This should be helpful: https://generatepress.com/forums/topic/how-can-i-create-a-child-theme-that-comprehends-customizer-settings/
Let me know if you have any questions :)
It is not up to date, missing for example "generate_menu_plus_option_defaults". I looking for place where I can get all up to date options without checking PHP files.
Ah, those are the ones built into GP (no add-ons required).
The rest require the add-on to be activated.
Haven't had the time to list out all of the defaults yet, but they're most located at the top of each add-on functions.php file.
Will try and find the time to make a knowledgebase article about it :)
