PHP Class Instant_Articles_Meta_Box, facebook-instant-articles-wp

Since: 0.1
ファイルを表示 Open project: Automattic/facebook-instant-articles-wp Class Usage Examples

Public Methods

Method Description
force_submit ( ) Renderer for the Metabox.
init ( ) Initiator for Metabox.
register_meta_box ( ) Register Meta Box renderer.
render_meta_box ( ) Renderer for the Metabox.
render_meta_box_loader ( Post $post ) Includes the template for Metabox.

Method Details

force_submit() public static method

Renderer for the Metabox.
public static force_submit ( )

init() public static method

Initiator for Metabox.
public static init ( )

register_meta_box() public static method

Register Meta Box renderer.
public static register_meta_box ( )

render_meta_box() public static method

Renderer for the Metabox.
public static render_meta_box ( )

render_meta_box_loader() public static method

Includes the template for Metabox.
public static render_meta_box_loader ( Post $post )
$post Post the post request content.