PHP 클래스 The_SEO_Framework\Init

Outputs all data in front-end header
부터: 2.7.1
상속: extends Query
파일 보기 프로젝트 열기: sybrew/the-seo-framework

보호된 프로퍼티들

프로퍼티 타입 설명
$use_object_cache Allow object caching through a filter.

공개 메소드들

메소드 설명
autodescription_run ( ) Runs the plugin on the front-end.
custom_field_redirect ( ) : void Redirects singular page to an alternate URL.
header_actions ( string | array $args = '', boolean $before = true ) : string | empty Runs header actions.
html_output ( ) Echos the header meta and scripts.
init_admin_actions ( ) Initializes Admin Menu actions.
init_global_actions ( ) Initializes the plugin front- and back-end actions.
init_global_filters ( ) Initializes the plugin front- and back-end filters.
init_the_seo_framework ( ) Initializes the plugin actions and filters.

보호된 메소드들

메소드 설명
__construct ( ) Constructor. Initializes actions and loads parent constructor.
init_front_end_actions ( ) Initializes front-end actions.
init_front_end_filters ( ) Runs front-end filters.

메소드 상세

__construct() 보호된 메소드

Constructor. Initializes actions and loads parent constructor.
protected __construct ( )

autodescription_run() 공개 메소드

Runs the plugin on the front-end.
부터: 1.0.0
public autodescription_run ( )

custom_field_redirect() 공개 메소드

Redirects singular page to an alternate URL.
부터: 2.0.9
public custom_field_redirect ( ) : void
리턴 void early on non-singular pages.

header_actions() 공개 메소드

Runs header actions.
부터: 2.2.6
public header_actions ( string | array $args = '', boolean $before = true ) : string | empty
$args string | array the arguments that will be passed
$before boolean if the header actions should be before or after the SEO Frameworks output
리턴 string | empty The filter output.

html_output() 공개 메소드

Echos the header meta and scripts.
부터: 1.0.0
public html_output ( )

init_admin_actions() 공개 메소드

Initializes Admin Menu actions.
부터: 2.7.0
public init_admin_actions ( )

init_front_end_actions() 보호된 메소드

Disregards other SEO plugins, the meta output does look at detection.
부터: 2.5.2
protected init_front_end_actions ( )

init_front_end_filters() 보호된 메소드

Runs front-end filters.
부터: 2.5.2
protected init_front_end_filters ( )

init_global_actions() 공개 메소드

Initializes the plugin front- and back-end actions.
부터: 2.7.1
public init_global_actions ( )

init_global_filters() 공개 메소드

Initializes the plugin front- and back-end filters.
부터: 2.7.1
public init_global_filters ( )

init_the_seo_framework() 공개 메소드

Initializes the plugin actions and filters.
부터: 2.7.1

프로퍼티 상세

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

Allow object caching through a filter.
부터: 2.4.3
protected $use_object_cache