WPSEO_Primary_Term_Admin::wp_footer()
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() WPSEO Primary Term Admin::wp footer Yoast 24.9
public function wp_footer() { $taxonomies = $this->get_primary_term_taxonomies(); if ( ! empty( $taxonomies ) ) { $this->include_js_templates(); } }