WPSEO_Primary_Term_Admin::wp_footer()publicYoast 1.0

Adds primary term templates.

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

Хуков нет.

Возвращает

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

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

$WPSEO_Primary_Term_Admin = new WPSEO_Primary_Term_Admin();
$WPSEO_Primary_Term_Admin->wp_footer();

Код WPSEO_Primary_Term_Admin::wp_footer() Yoast 22.4

public function wp_footer() {
	$taxonomies = $this->get_primary_term_taxonomies();

	if ( ! empty( $taxonomies ) ) {
		$this->include_js_templates();
	}
}