WordPress功能函数background_color()
WordPress功能函数background_color(),显示背景颜色值。 用法: background…
Warning: Attempt to read property "post_type" on null in /www/wwwroot/wper.net/wp-content/plugins/wper-meta.php on line 365
WordPress功能函数background_color(),显示背景颜色值。
用法:
background_color()
来源:
文件: wp-includes/theme.php
function background_color() {
echo get_background_color();
}
更新日志:
用户贡献的笔记
(由Codex – 5年前贡献)
显示带有主题背景颜色的div。
<div id=”background” style=”background-color: #<?php background_color(); ?>”>
Content here.
</div>
类别:WordPress函数讲解、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!