Yoast\WP\SEO\Integrations\Front_End
Theme_Titles::register_hooks() public Yoast 1.0
Initializes the integration.
This is the place to register hooks and filters.
{} Это метод класса: Theme_Titles{}
Хуков нет.
Возвращает
null.
Использование
$Theme_Titles = new Theme_Titles(); $Theme_Titles->register_hooks();
Код Theme_Titles::register_hooks() Theme Titles::register hooks Yoast 15.6.2
public function register_hooks() {
\add_filter( 'thematic_doctitle', [ $this, 'title' ], 15 );
\add_filter( 'woo_title', [ $this, 'title' ], 99 );
}