PHP 클래스 Kirki_Selective_Refresh, kirki

파일 보기 프로젝트 열기: aristath/kirki

공개 메소드들

메소드 설명
__construct ( ) Adds any necessary actions & filters.
register_partials ( object $wp_customize ) Parses all fields and searches for the "partial_refresh" argument inside them.

메소드 상세

__construct() 공개 메소드

Adds any necessary actions & filters.
public __construct ( )

register_partials() 공개 메소드

If that argument is found, then it starts parsing the array of arguments. Registers a selective_refresh in the customizer for each one of them.
public register_partials ( object $wp_customize )
$wp_customize object WP_Customize_Manager.