Yoast\WP\SEO\Integrations\Third_Party
AMP::remove_amp_meta_output() public Yoast 1.0
Removes amp meta output.
{} Это метод класса: AMP{}
Хуков нет.
Возвращает
null.
Использование
$AMP = new AMP(); $AMP->remove_amp_meta_output();
Код AMP::remove_amp_meta_output() AMP::remove amp meta output Yoast 15.6.2
public function remove_amp_meta_output() {
\remove_action( 'amp_post_template_head', 'amp_post_template_add_title' );
\remove_action( 'amp_post_template_head', 'amp_post_template_add_canonical' );
\remove_action( 'amp_post_template_head', 'amp_print_schemaorg_metadata' );
}