Method | Description | |
---|---|---|
__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. |
Method | Description | |
---|---|---|
register_setting ( ) : boolean | Register our UI for the module manager. |
public __construct ( Inpsyde_Property_List_Interface $data ) | ||
$data | Inpsyde_Property_List_Interface |
public localize_script ( ) : void | ||
return | void |
public process_post_data ( ) : void | ||
return | void |
public register_metabox_view_details ( WP_Post $post, integer $blog_id ) : void | ||
$post | WP_Post | |
$blog_id | integer | |
return | void |