WPSEO_Primary_Term_Admin::include_js_templates()protectedYoast 1.0

Includes templates file.

Метод класса: WPSEO_Primary_Term_Admin{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->include_js_templates();

Код WPSEO_Primary_Term_Admin::include_js_templates() Yoast 22.3

protected function include_js_templates() {
	include_once WPSEO_PATH . 'admin/views/js-templates-primary-term.php';
}