PHP 클래스 Mlp_Advanced_Translator

저자: Inpsyde GmbH, toscho
파일 보기 프로젝트 열기: inpsyde/multilingual-press

공개 메소드들

메소드 설명
__construct ( Inpsyde_Property_List_Interface $data ) Constructor
localize_script ( ) : void Provides necessary data for the CopyPost JavaScript module.
process_post_data ( ) : void Processes (and filters) a post's data before it is copied to a remote post.
register_metabox_view_details ( WP_Post $post, integer $blog_id ) : void
setup ( array $base_data ) : void Set up the properties.

비공개 메소드들

메소드 설명
register_setting ( ) : boolean Register our UI for the module manager.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( Inpsyde_Property_List_Interface $data )
$data Inpsyde_Property_List_Interface

localize_script() 공개 메소드

Provides necessary data for the CopyPost JavaScript module.
public localize_script ( ) : void
리턴 void

process_post_data() 공개 메소드

Processes (and filters) a post's data before it is copied to a remote post.
public process_post_data ( ) : void
리턴 void

register_metabox_view_details() 공개 메소드

public register_metabox_view_details ( WP_Post $post, integer $blog_id ) : void
$post WP_Post
$blog_id integer
리턴 void

setup() 공개 메소드

Set up the properties.
public setup ( array $base_data ) : void
$base_data array Base data.
리턴 void