PHP Класс Mlp_Advanced_Translator

Автор: Inpsyde GmbH, toscho
Показать файл Открыть проект

Открытые методы

Метод Описание
__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