php 重命名特色图片

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 重命名特色图片相关的知识,希望对你有一定的参考价值。

<?php
function change_featured_image_labels( $labels ) {

	$labels->featured_image 	= 'Headshot';
	$labels->set_featured_image 	= 'Set headshot';
	$labels->remove_featured_image 	= 'Remove headshot';
	$labels->use_featured_image 	= 'Use as headshot';

	return $labels;

} // change_featured_image_labels()

add_filter( 'post_type_labels_person', 'change_featured_image_labels', 10, 1 );
?>

以上是关于php 重命名特色图片的主要内容,如果未能解决你的问题,请参考以下文章

CSS 移动并重命名“特色图片”框

php检查文件名是不是存在,重命名文件

laravel-admin使用ueditor重命名图片名称问题

wordpress上传图片时重命名--修改插件时遇到的一些问题

PHP PHP WP WordPress获取特色图片后缩略图

php 如果the_content包含图片,则隐藏特色图片