PHP Класс The_SEO_Framework\Generate

Generates general SEO data based on content.
С версии: 2.7.1
Наследование: extends Term_Data
Показать файл Открыть проект

Открытые методы

Метод Описание
fetch_locale ( $match = '' ) : string Matches WordPress locales.
generate_og_type ( ) : string Generates the Open Graph type based on query status.
generate_twitter_card_type ( ) : string Generates the Twitter Card type. When there's an image found, it will take the said option. Otherwise, it will fall back to 'summary'.
get_blogdescription ( ) : string Fetch blog description.
get_blogname ( ) : string Fetches blogname.
get_separator ( string $type = 'title', boolean $escape = true ) : string Returns cached and parsed separator option.
get_separator_list ( ) : array List of title separators.
get_twitter_card_types ( ) : array Returns array of Twitter Card Types
robots_meta ( ) : array | null Output the index, follow, noodp, noydir, noarchive robots meta code in array

Защищенные методы

Метод Описание
__construct ( ) Constructor, load parent constructor

Описание методов

__construct() защищенный Метод

Constructor, load parent constructor
protected __construct ( )

fetch_locale() публичный Метод

If not matched, it will calculate a locale.
С версии: 2.5.2
public fetch_locale ( $match = '' ) : string
$match the locale to match. Defaults to WordPress locale.
Результат string Facebook acceptable OG locale.

generate_og_type() публичный Метод

Generates the Open Graph type based on query status.
С версии: 2.7.0
public generate_og_type ( ) : string
Результат string The Open Graph type.

generate_twitter_card_type() публичный Метод

Generates the Twitter Card type. When there's an image found, it will take the said option. Otherwise, it will fall back to 'summary'.
С версии: 2.7.0
public generate_twitter_card_type ( ) : string
Результат string The Twitter Card type.

get_blogdescription() публичный Метод

Fetch blog description.
С версии: 2.5.2
public get_blogdescription ( ) : string
Результат string $blogname The trimmed and sanitized blog description.

get_blogname() публичный Метод

Fetches blogname.
С версии: 2.5.2
public get_blogname ( ) : string
Результат string $blogname The trimmed and sanitized blogname.

get_separator() публичный Метод

Returns cached and parsed separator option.
С версии: 2.3.9
public get_separator ( string $type = 'title', boolean $escape = true ) : string
$type string The separator type. Used to fetch option.
$escape boolean Escape the separator.
Результат string The separator.

get_separator_list() публичный Метод

List of title separators.
С версии: 2.6.0
public get_separator_list ( ) : array
Результат array Title separators.

get_twitter_card_types() публичный Метод

Returns array of Twitter Card Types
С версии: 2.6.0
public get_twitter_card_types ( ) : array
Результат array Twitter Card types.

robots_meta() публичный Метод

Output the index, follow, noodp, noydir, noarchive robots meta code in array
С версии: 2.2.2
public robots_meta ( ) : array | null
Результат array | null robots