php 自定义Favicon for Wordpress
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 自定义Favicon for Wordpress相关的知识,希望对你有一定的参考价值。
<?php
function admin_favicon() {
echo '<link rel="shortcut icon" type="image/x-icon" href="' . get_bloginfo('template_directory') . '/images/favicon.ico" />';
}
add_action( 'admin_head', 'admin_favicon' );
以上是关于php 自定义Favicon for Wordpress的主要内容,如果未能解决你的问题,请参考以下文章
SpringBoot自定义favicon.ico(含源码)
将自定义favicon添加到Wordpress博客
Spring Boot 自定义 favicon.ico 未显示
uniapp添加网站favicon文件
nginx之升级openssl及自定义nginx版本
php 这个WordPress插件演示了如何使用WordPress提供的可拖动元文件构建自己的插件页面,需要WordPr