PHP 클래스 Jetpack_Sync_Module_Posts, jetpack

상속: extends Jetpack_Sync_Module
파일 보기 프로젝트 열기: automattic/jetpack

공개 메소드들

메소드 설명
add_embed ( )
enqueue_full_sync_actions ( $config, $max_items_to_enqueue, $state )
estimate_full_sync_actions ( $config )
expand_post_ids ( $args )
expand_wp_insert_post ( $args ) Process content before send
filter_blacklisted_post_types ( $args )
filter_meta ( $args ) Meta
filter_post_content_and_add_links ( $post_object ) Expands wp_insert_post to include filtered content
get_full_sync_actions ( )
get_object_by_id ( $object_type, $id )
init_before_send ( )
init_full_sync_listeners ( $callable )
init_listeners ( $callable )
is_post_type_allowed ( $post_id )
is_whitelisted_post_meta ( $meta_key )
name ( )
remove_embed ( )
save_published ( $new_status, $old_status, $post )
send_published ( $post_ID, $post, $update )
set_defaults ( )

비공개 메소드들

메소드 설명
get_where_sql ( $config )

메소드 상세

add_embed() 공개 메소드

public add_embed ( )

enqueue_full_sync_actions() 공개 메소드

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

estimate_full_sync_actions() 공개 메소드

public estimate_full_sync_actions ( $config )

expand_post_ids() 공개 메소드

public expand_post_ids ( $args )

expand_wp_insert_post() 공개 메소드

Process content before send
public expand_wp_insert_post ( $args )

filter_blacklisted_post_types() 공개 메소드

filter_meta() 공개 메소드

Meta
public filter_meta ( $args )

filter_post_content_and_add_links() 공개 메소드

Expands wp_insert_post to include filtered content
public filter_post_content_and_add_links ( $post_object )

get_full_sync_actions() 공개 메소드

get_object_by_id() 공개 메소드

public get_object_by_id ( $object_type, $id )

init_before_send() 공개 메소드

public init_before_send ( )

init_full_sync_listeners() 공개 메소드

public init_full_sync_listeners ( $callable )

init_listeners() 공개 메소드

public init_listeners ( $callable )

is_post_type_allowed() 공개 메소드

public is_post_type_allowed ( $post_id )

is_whitelisted_post_meta() 공개 메소드

public is_whitelisted_post_meta ( $meta_key )

name() 공개 메소드

public name ( )

remove_embed() 공개 메소드

public remove_embed ( )

save_published() 공개 메소드

public save_published ( $new_status, $old_status, $post )

send_published() 공개 메소드

public send_published ( $post_ID, $post, $update )

set_defaults() 공개 메소드

public set_defaults ( )