PHP Class Jetpack_Sync_Module_Options, jetpack

Inheritance: extends Jetpack_Sync_Module
Datei anzeigen Open project: automattic/jetpack

Public Methods

Method 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

Method Description
filter_theme_mods ( &$value )

Method Details

enqueue_full_sync_actions() public method

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

estimate_full_sync_actions() public method

public estimate_full_sync_actions ( $config )

expand_options() public method

public expand_options ( $args )

get_all_options() public method

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 method

get_options_whitelist() public method

init_before_send() public method

public init_before_send ( )

init_full_sync_listeners() public method

public init_full_sync_listeners ( $callable )

init_listeners() public method

public init_listeners ( $callable )

is_whitelisted_option() public method

public is_whitelisted_option ( $option )

jetpack_sync_core_icon() public method

name() public method

public name ( )

set_defaults() public method

public set_defaults ( )

set_late_default() public method

public set_late_default ( )

set_options_whitelist() public method

public set_options_whitelist ( $options )

update_options_whitelist() public method

whitelist_options() public method

reject non-whitelisted options
public whitelist_options ( $args )