PHP Класс Inpsyde\MultilingualPress\Module\AlternativeLanguageTitleInAdminBar\AdminBarCustomizer

С версии: 3.0.0
Показать файл Открыть проект

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

Метод Описание
__construct ( AlternativeLanguageTitles $titles ) Constructor. Sets up the properties.
replace_site_name ( WP_Admin_Bar $wp_admin_bar ) : WP_Admin_Bar Replaces the current site's name with the site's alternative language title, if not empty.
replace_site_nodes ( WP_Admin_Bar $wp_admin_bar ) : WP_Admin_Bar Replaces all site names with the individual site's alternative language title, if not empty.

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

__construct() публичный метод

Constructor. Sets up the properties.
С версии: 3.0.0
public __construct ( AlternativeLanguageTitles $titles )
$titles AlternativeLanguageTitles Title cache object.

replace_site_name() публичный метод

Replaces the current site's name with the site's alternative language title, if not empty.
С версии: 3.0.0
public replace_site_name ( WP_Admin_Bar $wp_admin_bar ) : WP_Admin_Bar
$wp_admin_bar WP_Admin_Bar The WordPress admin bar object.
Результат WP_Admin_Bar The manipulated WordPress admin bar object.

replace_site_nodes() публичный метод

Replaces all site names with the individual site's alternative language title, if not empty.
С версии: 3.0.0
public replace_site_nodes ( WP_Admin_Bar $wp_admin_bar ) : WP_Admin_Bar
$wp_admin_bar WP_Admin_Bar The WordPress admin bar object.
Результат WP_Admin_Bar The manipulated WordPress admin bar object.