WordPress 函数手册POSTS 1732

整理汇总WordPress的函数说明,希望帮助喜欢wordpress开发的朋友。

has_term_meta()

has_term_meta( int $term_id ) 获取给定术语ID的所有元数据,包括元数据ID。Ge...

最后更新

is_archive()

is_archive() 确定查询是否针对现有存档页。Determines whether the query...

最后更新

is_archived()

is_archived( int $id ) 检查特定博客是否已存档。Check if a particula...

最后更新

is_author()

is_author( int|string|int[]|string[] $author = ” ) 确定查询...

最后更新

have_posts()

have_posts() 当前WordPress查询是否有要循环的结果。Whether current Wor...

最后更新

init()

init() 使用默认值设置常量,除非用户重写。Set up constants with default v...

最后更新

header_textcolor()

header_textcolor() 以3位或6位十六进制格式(减去哈希符号)显示自定义标题文本颜色。Disp...

最后更新

is_date()

is_date() 确定查询是否针对现有日期存档。Determines whether the query i...

最后更新

hello_dolly()

hello_dolly() 目录锚点:#返回#源码 返回(Return) 无返回值 源码(Source) 更新...

最后更新