PHP 클래스 The_SEO_Framework\Metaboxes

Outputs Network and Site SEO settings meta boxes
부터: 2.7.1
상속: extends Site_Options
파일 보기 프로젝트 열기: sybrew/the-seo-framework

공개 메소드들

메소드 설명
description_metabox ( object | null $post = null, array $args = [] ) Description meta box on the Site SEO Settings page.
description_metabox_additions_tab ( ) Description meta box additions tab.
description_metabox_general_tab ( ) Description meta box general tab.
feed_metabox ( object | null $post = null, array $args = [] ) Feed Metabox on the Site SEO Settings page.
homepage_metabox ( object | null $post = null, array $args = [] ) Home Page meta box on the Site SEO Settings page.
homepage_metabox_additions_tab ( ) HomePage Metabox Additions Tab Output.
homepage_metabox_general_tab ( ) HomePage Metabox General Tab Output.
homepage_metabox_robots_tab ( ) HomePage Metabox Robots Tab Output
knowledge_metabox ( object | null $post = null, array $args = [] ) Knowlegde Graph metabox on the Site SEO Settings page.
knowledge_metabox_about_tab ( ) Knowledge Graph Metabox About Tab output.
knowledge_metabox_general_tab ( ) Knowledge Graph Metabox General Tab output.
knowledge_metabox_social_tab ( ) Knowledge Graph Metabox Social Tab output.
nav_tab_wrapper ( string $id, array $tabs = [], string $version = '2.3.6', boolean $use_tabs = true ) Setting nav tab wrappers.
robots_metabox ( object | null $post = null, array $args = [] ) Robots meta box on the Site SEO Settings page.
schema_metabox ( object | null $post = null, array $args = [] ) Schema Metabox on the Site SEO Settings page.
sitemaps_metabox ( object | null $post = null, array $args = [] ) Sitemaps meta box on the Site SEO Settings page.
sitemaps_metabox_general_tab ( ) Sitemaps Metabox General Tab output.
sitemaps_metabox_notify_tab ( ) Sitemaps Metabox Notify Tab output.
sitemaps_metabox_robots_tab ( ) Sitemaps Metabox Robots Tab output.
sitemaps_metabox_timestamps_tab ( ) Sitemaps Metabox Timestamps Tab output.
social_metabox ( object | null $post = null, array $args = [] ) Social meta box on the Site SEO Settings page.
social_metabox_postdates_tab ( ) Social Metabox PostDates Tab output.
social_metabox_relationships_tab ( ) Social Metabox Relationships Tab output.
title_metabox ( object | null $post = null, array $args = [] ) Title meta box on the Site SEO Settings page.
title_metabox_additions_tab ( array $examples = [] ) Title meta box general tab.
title_metabox_general_tab ( ) Title meta box general tab.
title_metabox_prefixes_tab ( array $additions = [], boolean $showleft = false ) Title meta box prefixes tab.
webmaster_metabox ( object | null $post = null, array $args = [] ) Webmaster meta box on the Site SEO Settings page.

보호된 메소드들

메소드 설명
__construct ( ) Constructor, load parent constructor.
robots_metabox_general_tab ( ) Robots Metabox General Tab output.
robots_metabox_no_tab ( array $types, array $robots ) Robots Metabox "No-: Index/Follow/Archive" Tab output.
social_metabox_facebook_tab ( ) Social Metabox Facebook Tab output.
social_metabox_general_tab ( ) Social Metabox General Tab output.
social_metabox_twitter_tab ( ) Social Metabox Twitter Tab output.

메소드 상세

__construct() 보호된 메소드

Constructor, load parent constructor.
protected __construct ( )

description_metabox() 공개 메소드

Description meta box on the Site SEO Settings page.
부터: 2.3.4
public description_metabox ( object | null $post = null, array $args = [] )
$post object | null The current post object.
$args array The metabox arguments.

description_metabox_additions_tab() 공개 메소드

Description meta box additions tab.
부터: 2.6.0

description_metabox_general_tab() 공개 메소드

Description meta box general tab.
부터: 2.6.0

feed_metabox() 공개 메소드

Feed Metabox on the Site SEO Settings page.
부터: 2.5.2
public feed_metabox ( object | null $post = null, array $args = [] )
$post object | null The current post object.
$args array the social tabs arguments.

homepage_metabox() 공개 메소드

Home Page meta box on the Site SEO Settings page.
부터: 2.2.2
public homepage_metabox ( object | null $post = null, array $args = [] )
$post object | null The current post object.
$args array The navigation tabs args.

homepage_metabox_additions_tab() 공개 메소드

HomePage Metabox Additions Tab Output.
부터: 2.7.0

homepage_metabox_general_tab() 공개 메소드

HomePage Metabox General Tab Output.
부터: 2.7.0

homepage_metabox_robots_tab() 공개 메소드

HomePage Metabox Robots Tab Output
부터: 2.7.0

knowledge_metabox() 공개 메소드

Knowlegde Graph metabox on the Site SEO Settings page.
부터: 2.2.8
public knowledge_metabox ( object | null $post = null, array $args = [] )
$post object | null The current post object.
$args array the social tabs arguments.

knowledge_metabox_about_tab() 공개 메소드

Knowledge Graph Metabox About Tab output.
부터: 2.2.8

knowledge_metabox_general_tab() 공개 메소드

Knowledge Graph Metabox General Tab output.
부터: 2.2.8

knowledge_metabox_social_tab() 공개 메소드

Knowledge Graph Metabox Social Tab output.
부터: 2.2.8

nav_tab_wrapper() 공개 메소드

Outputs Tabs and settings content.
부터: 2.3.6
부터: 2.6.0
public nav_tab_wrapper ( string $id, array $tabs = [], string $version = '2.3.6', boolean $use_tabs = true )
$id string The Nav Tab ID
$tabs array the tab content { $tabs = tab ID key = array( $tabs['name'] => tab name $tabs['callback'] => string|array callback function $tabs['dashicon'] => string Dashicon $tabs['args'] => mixed optional callback function args ) }
$version string the The SEO Framework version for debugging. May be emptied.
$use_tabs boolean Whether to output tabs, only works when $tabs only has one count.

robots_metabox() 공개 메소드

Robots meta box on the Site SEO Settings page.
부터: 2.2.2
public robots_metabox ( object | null $post = null, array $args = [] )
$post object | null The current post object.
$args array The metabox arguments.

robots_metabox_general_tab() 보호된 메소드

Robots Metabox General Tab output.
부터: 2.2.4

robots_metabox_no_tab() 보호된 메소드

Robots Metabox "No-: Index/Follow/Archive" Tab output.
부터: 2.2.4
protected robots_metabox_no_tab ( array $types, array $robots )
$types array The post types
$robots array The robots option values : { 'value' string The robots option value. 'name' string The robots name. 'desc' string Explains what the robots type does. }

schema_metabox() 공개 메소드

Schema Metabox on the Site SEO Settings page.
부터: 2.6.0
public schema_metabox ( object | null $post = null, array $args = [] )
$post object | null The current post object.
$args array the social tabs arguments.

sitemaps_metabox() 공개 메소드

Sitemaps meta box on the Site SEO Settings page.
부터: 2.2.9
public sitemaps_metabox ( object | null $post = null, array $args = [] )
$post object | null The current post object.
$args array the social tabs arguments.

sitemaps_metabox_general_tab() 공개 메소드

Sitemaps Metabox General Tab output.
부터: 2.2.9

sitemaps_metabox_notify_tab() 공개 메소드

Sitemaps Metabox Notify Tab output.
부터: 2.2.9

sitemaps_metabox_robots_tab() 공개 메소드

Sitemaps Metabox Robots Tab output.
부터: 2.2.9

sitemaps_metabox_timestamps_tab() 공개 메소드

Sitemaps Metabox Timestamps Tab output.
부터: 2.2.9

social_metabox() 공개 메소드

Social meta box on the Site SEO Settings page.
부터: 2.2.2
public social_metabox ( object | null $post = null, array $args = [] )
$post object | null The current post object.
$args array the social tabs arguments.

social_metabox_facebook_tab() 보호된 메소드

Social Metabox Facebook Tab output.
부터: 2.2.2

social_metabox_general_tab() 보호된 메소드

Social Metabox General Tab output.
부터: 2.2.2

social_metabox_postdates_tab() 공개 메소드

Social Metabox PostDates Tab output.
부터: 2.2.4

social_metabox_relationships_tab() 공개 메소드

Social Metabox Relationships Tab output.
부터: 2.2.4

social_metabox_twitter_tab() 보호된 메소드

Social Metabox Twitter Tab output.
부터: 2.2.2

title_metabox() 공개 메소드

Title meta box on the Site SEO Settings page.
부터: 2.2.2
public title_metabox ( object | null $post = null, array $args = [] )
$post object | null The current post object.
$args array The metabox arguments.

title_metabox_additions_tab() 공개 메소드

Title meta box general tab.
부터: 2.6.0
public title_metabox_additions_tab ( array $examples = [] )
$examples array : array { 'left' => Left Example 'right' => Right Example }

title_metabox_general_tab() 공개 메소드

Title meta box general tab.
부터: 2.6.0

title_metabox_prefixes_tab() 공개 메소드

Title meta box prefixes tab.
부터: 2.6.0
public title_metabox_prefixes_tab ( array $additions = [], boolean $showleft = false )
$additions array : array { 'left' => Left Example Addtitions 'right' => Right Example Additions }
$showleft boolean The example location.

webmaster_metabox() 공개 메소드

Webmaster meta box on the Site SEO Settings page.
부터: 2.2.4
public webmaster_metabox ( object | null $post = null, array $args = [] )
$post object | null The current post object.
$args array the social tabs arguments.