php 改变Yoast SEO默认图像大小

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 改变Yoast SEO默认图像大小相关的知识,希望对你有一定的参考价值。

<?php

function theme_yoastseo_opengraph_image_size() {
	return 'large';
}

add_filter( 'wpseo_opengraph_image_size', 'theme_yoastseo_opengraph_image_size', 10 );

function theme_yoastseo_twitter_image_size() {
	return 'large';
}

add_filter( 'wpseo_twitter_image_size', 'theme_yoastseo_twitter_image_size', 10 );

以上是关于php 改变Yoast SEO默认图像大小的主要内容,如果未能解决你的问题,请参考以下文章

php 禁用Yoast SEO主要类别功能

php 禁用Yoast SEO主要类别功能

php Yoast SEO |获取主要类别

php Yoast SEO |获取主要类别

php Yoast SEO主要类别

php Yoast SEO | HTML站点地图