PHP 클래스 Jetpack_Sync_Actions, jetpack

It also binds the action to send data to WPCOM to Jetpack's XMLRPC client object.
파일 보기 프로젝트 열기: automattic/jetpack 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$listener
$sender

공개 메소드들

메소드 설명
add_sender_shutdown ( )
cleanup_on_upgrade ( )
do_cron_full_sync ( )
do_cron_sync ( ) or we hit a lock or some other sending issue
do_full_sync ( $modules = null )
do_initial_sync ( $new_version = null, $old_version = null )
init ( ) 5 * MINUTE_IN_SECONDS;
init_sync_cron_jobs ( )
initialize_listener ( )
initialize_sender ( )
jetpack_cron_schedule ( $schedules )
maybe_schedule_sync_cron ( $schedule, $hook )
prevent_publicize_blacklisted_posts ( $should_publicize, $post )
sanitize_filtered_sync_cron_schedule ( $schedule )
send_data ( $data, $codec_name, $sent_timestamp, $queue_id )
set_is_importing_true ( )
sync_allowed ( )
sync_via_cron_allowed ( )

메소드 상세

add_sender_shutdown() 정적인 공개 메소드

static public add_sender_shutdown ( )

cleanup_on_upgrade() 정적인 공개 메소드

static public cleanup_on_upgrade ( )

do_cron_full_sync() 정적인 공개 메소드

static public do_cron_full_sync ( )

do_cron_sync() 정적인 공개 메소드

or we hit a lock or some other sending issue
static public do_cron_sync ( )

do_full_sync() 정적인 공개 메소드

static public do_full_sync ( $modules = null )

do_initial_sync() 정적인 공개 메소드

static public do_initial_sync ( $new_version = null, $old_version = null )

init() 정적인 공개 메소드

5 * MINUTE_IN_SECONDS;
static public init ( )

init_sync_cron_jobs() 정적인 공개 메소드

static public init_sync_cron_jobs ( )

initialize_listener() 정적인 공개 메소드

static public initialize_listener ( )

initialize_sender() 정적인 공개 메소드

static public initialize_sender ( )

jetpack_cron_schedule() 정적인 공개 메소드

static public jetpack_cron_schedule ( $schedules )

maybe_schedule_sync_cron() 정적인 공개 메소드

static public maybe_schedule_sync_cron ( $schedule, $hook )

prevent_publicize_blacklisted_posts() 정적인 공개 메소드

static public prevent_publicize_blacklisted_posts ( $should_publicize, $post )

sanitize_filtered_sync_cron_schedule() 정적인 공개 메소드

static public sanitize_filtered_sync_cron_schedule ( $schedule )

send_data() 정적인 공개 메소드

static public send_data ( $data, $codec_name, $sent_timestamp, $queue_id )

set_is_importing_true() 정적인 공개 메소드

static public set_is_importing_true ( )

sync_allowed() 정적인 공개 메소드

static public sync_allowed ( )

sync_via_cron_allowed() 정적인 공개 메소드

static public sync_via_cron_allowed ( )

프로퍼티 상세

$listener 정적으로 공개적으로 프로퍼티

static public $listener

$sender 정적으로 공개적으로 프로퍼티

static public $sender