PHP 클래스 The_SEO_Framework\Inpost

Outputs Taxonomy, Post and Page meta boxes
부터: 2.7.1
상속: extends Doing_It_Right
파일 보기 프로젝트 열기: sybrew/the-seo-framework

공개 프로퍼티들

프로퍼티 타입 설명
$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

메소드 상세

__construct() 보호된 메소드

Constructor, load parent constructor
protected __construct ( )

add_inpost_seo_box() 공개 메소드

Adds SEO Meta boxes beneath every page/post edit screen.
부터: 2.0.0
public add_inpost_seo_box ( string $post_type )
$post_type string The current Post Type.

add_inpost_seo_box_init() 공개 메소드

Adds the SEO meta box to post edit screens.
부터: 2.0.0

add_taxonomy_seo_box_init() 공개 메소드

Adds SEO Meta boxes within Taxonomy screens.
부터: 2.1.8
부터: 2.6.0 Can no longer run outside of the term edit scope.
부터: 2.6.0 Can no longer run when another SEO plugin is active.
부터: 2.7.1 Added show_ui argument for public taxonomy detection.

inpost_seo_box() 공개 메소드

Callback for in-post SEO meta box.
부터: 2.0.0
public inpost_seo_box ( object $object, array $args )
$object object the page/post/taxonomy object
$args array the page/post arguments or taxonomy slug

pre_seo_box() 공개 메소드

Determines post type and outputs SEO box.
부터: 2.1.8
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.

singular_inpost_box() 공개 메소드

Callback function for Post and Pages inpost metabox.
부터: 2.3.5
public singular_inpost_box ( string $type )
$type string The post type name.

tt_inpost_box() 공개 메소드

Callback function for Taxonomy and Terms inpost box.
부터: 2.3.5
public tt_inpost_box ( string $type, object $object )
$type string The TT type name.
$object object The TT object.

프로퍼티 상세

$inpost_nonce_field 공개적으로 프로퍼티

Defines inpost nonce field.
부터: 2.7.0
public $inpost_nonce_field

$inpost_nonce_name 공개적으로 프로퍼티

Defines inpost nonce name.
부터: 2.7.0
public $inpost_nonce_name

$inpost_seo_bar 보호되어 있는 프로퍼티

Add inpost SEO Bar through a filter.
부터: 2.5.2
protected $inpost_seo_bar