PHP 클래스 Storechild_Customizer

파일 보기 프로젝트 열기: woothemes/storechild

공개 메소드들

메소드 설명
__construct ( ) Setup class.
add_customizer_css ( ) : void Add CSS using settings obtained from the theme options.
edit_default_controls ( array $wp_customize ) : void Modify the default controls
storechild_defaults ( array $args ) : array Returns an array of the desired default Storefront options

메소드 상세

__construct() 공개 메소드

Setup class.
부터: 1.0
public __construct ( )

add_customizer_css() 공개 메소드

Add CSS using settings obtained from the theme options.
public add_customizer_css ( ) : void
리턴 void

edit_default_controls() 공개 메소드

Modify the default controls
public edit_default_controls ( array $wp_customize ) : void
$wp_customize array the Customizer object.
리턴 void

storechild_defaults() 공개 메소드

Returns an array of the desired default Storefront options
public storechild_defaults ( array $args ) : array
$args array an array of default values.
리턴 array