PHP Class Jetpack_Sync_Module_Options, jetpack

Inheritance: extends Jetpack_Sync_Module
Afficher le fichier Open project: automattic/jetpack

Méthodes publiques

Méthode Description
enqueue_full_sync_actions ( $config, $max_items_to_enqueue, $state )
estimate_full_sync_actions ( $config )
expand_options ( $args )
get_all_options ( ) Is public so that we don't have to store so much data all the options twice.
get_full_sync_actions ( )
get_options_whitelist ( )
init_before_send ( )
init_full_sync_listeners ( $callable )
init_listeners ( $callable )
is_whitelisted_option ( $option )
jetpack_sync_core_icon ( )
name ( )
set_defaults ( )
set_late_default ( )
set_options_whitelist ( $options )
update_options_whitelist ( )
whitelist_options ( $args ) reject non-whitelisted options

Private Methods

Méthode Description
filter_theme_mods ( &$value )

Method Details

enqueue_full_sync_actions() public méthode

public enqueue_full_sync_actions ( $config, $max_items_to_enqueue, $state )

estimate_full_sync_actions() public méthode

public estimate_full_sync_actions ( $config )

expand_options() public méthode

public expand_options ( $args )

get_all_options() public méthode

Is public so that we don't have to store so much data all the options twice.
public get_all_options ( )

get_full_sync_actions() public méthode

get_options_whitelist() public méthode

init_before_send() public méthode

public init_before_send ( )

init_full_sync_listeners() public méthode

public init_full_sync_listeners ( $callable )

init_listeners() public méthode

public init_listeners ( $callable )

is_whitelisted_option() public méthode

public is_whitelisted_option ( $option )

jetpack_sync_core_icon() public méthode

name() public méthode

public name ( )

set_defaults() public méthode

public set_defaults ( )

set_late_default() public méthode

public set_late_default ( )

set_options_whitelist() public méthode

public set_options_whitelist ( $options )

update_options_whitelist() public méthode

whitelist_options() public méthode

reject non-whitelisted options
public whitelist_options ( $args )