Méthode |
Description |
|
__construct ( ) : WPDKThemeCustomize |
Create an instance of WPDKThemeCustomize class |
|
customize_preview_init ( ) |
This outputs the javascript needed to automate the live settings preview. |
|
customize_register ( WP_Customize_Manager $wp_customize ) |
This hooks into 'customize_register' (available as of WP 3.4) and allows
you to add new sections and controls to the Theme Customize screen. |
|
sections ( ) : array |
Return an array of sections. You can set this array in two ways: |
|
wp_head ( ) |
This will output the custom WordPress settings to the live theme's WP head. |
|