PHP Класс The_SEO_Framework\Init

Outputs all data in front-end header
С версии: 2.7.1
Наследование: extends Query
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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