0+
November 26, 2019
September 20, 2019
Please note that this plugin requires the Customize Pro child theme and will not work without it.
Customize Pro Engine will be shown in the list of recommended plugins when you activate the Customize Pro theme and run through the Genesis One Click Theme Setup process.
This plugin provides the following functionality:
This plugin was created as a way to keep the child theme up to date with the latest features, security fixes and bug fixes. By shifting the majority of code out of the child theme and into a plugin, we are able to provide automatic updates without overwriting customizations made to your child theme.
Customize Pro has over 500 Customizer settings so hopefully you don’t need to!
In the rare event that you do, everything in this plugin is a hook, you can add/remove/modify them the same way as any other hook.
One thing worth noting is that this plugin uses namespaces to avoid naming conflicts. This means that the namespace needs to be included in the name of the function to modify. For example:
remove_filter( 'get_custom_logo', 'CustomizePro\custom_logo_size' );
The namespace can be found at the top of each file in the plugin.
No previous versions available.