开发者 | seothemes |
---|---|
更新时间 | 2019年11月26日 10:28 |
捐献地址: | 去捐款 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 5.3 |
版权: | GPL-2.0-or-later |
版权网址: | 版权信息 |
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.