프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$inpost_nonce_field | Defines inpost nonce field. | ||
$inpost_nonce_name | Defines inpost nonce name. |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$inpost_seo_bar | Add inpost SEO Bar through a filter. |
메소드 | 설명 | |
---|---|---|
add_inpost_seo_box ( string $post_type ) | Adds SEO Meta boxes beneath every page/post edit screen. | |
add_inpost_seo_box_init ( ) | Adds the SEO meta box to post edit screens. | |
add_taxonomy_seo_box_init ( ) | Adds SEO Meta boxes within Taxonomy screens. | |
inpost_seo_box ( object $object, array $args ) | Callback for in-post SEO meta box. | |
pre_seo_box ( $object, $args ) : string | Determines post type and outputs SEO box. | |
singular_inpost_box ( string $type ) | Callback function for Post and Pages inpost metabox. | |
tt_inpost_box ( string $type, object $object ) | Callback function for Taxonomy and Terms inpost box. |
메소드 | 설명 | |
---|---|---|
__construct ( ) | Constructor, load parent constructor |
public add_inpost_seo_box ( string $post_type ) | ||
$post_type | string | The current Post Type. |
public add_inpost_seo_box_init ( ) |
public add_taxonomy_seo_box_init ( ) |
public inpost_seo_box ( object $object, array $args ) | ||
$object | object | the page/post/taxonomy object |
$args | array | the page/post arguments or taxonomy slug |
public pre_seo_box ( $object, $args ) : string | ||
$object | the page/post/taxonomy object | |
$args | the page/post arguments or taxonomy slug. | |
리턴 | string | Inpost SEO box. |
public singular_inpost_box ( string $type ) | ||
$type | string | The post type name. |
public tt_inpost_box ( string $type, object $object ) | ||
$type | string | The TT type name. |
$object | object | The TT object. |