PHP Class Jetpack_Sync_Module_Comments, jetpack

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

Public Methods

Method Description
count_full_sync_actions ( $action_names )
enqueue_full_sync_actions ( $config, $max_items_to_enqueue, $state )
estimate_full_sync_actions ( $config )
expand_comment_ids ( $args )
expand_wp_comment_status_change ( $args )
expand_wp_insert_comment ( $args )
filter_comment ( $comment )
filter_meta ( $args )
get_full_sync_actions ( )
get_object_by_id ( $object_type, $id )
init_before_send ( )
init_full_sync_listeners ( $callable )
init_listeners ( $callable )
is_whitelisted_comment_meta ( $meta_key ) Comment Meta
name ( )

Private Methods

Method Description
get_where_sql ( $config )

Method Details

count_full_sync_actions() public method

public count_full_sync_actions ( $action_names )

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_comment_ids() public method

public expand_comment_ids ( $args )

expand_wp_comment_status_change() public method

expand_wp_insert_comment() public method

public expand_wp_insert_comment ( $args )

filter_comment() public method

public filter_comment ( $comment )

filter_meta() public method

public filter_meta ( $args )

get_full_sync_actions() public method

get_object_by_id() public method

public get_object_by_id ( $object_type, $id )

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_comment_meta() public method

Comment Meta
public is_whitelisted_comment_meta ( $meta_key )

name() public method

public name ( )