函数POSTS 3672

is_day()

is_day() 确定查询是否针对现有的日存档。Determines whether the query is...

最后更新

is_tag()

is_tag( int|string|int[]|string[] $tag = ” ) 确定查询是否针对现有...

最后更新

is_month()

is_month() 确定查询是否针对现有的月份存档。Determines whether the query...

最后更新

is_wp_error()

is_wp_error( mixed $thing ) 检查变量是否为WordPress错误。Check wh...

最后更新

is_taxonomy()

is_taxonomy( string $taxonomy ) 检查分类名称是否存在。Checks that ...

最后更新

is_search()

is_search() 确定查询是否用于搜索。Determines whether the query is ...

最后更新

is_home()

is_home() 确定查询是否针对博客主页。Determines whether the query is ...

最后更新

is_trackback()

is_trackback() 确定查询是否用于trackback端点调用。Determines whether...

最后更新

is_preview()

is_preview() 确定查询是用于文章预览还是页面预览。Determines whether the q...

最后更新

is_iterable()

is_iterable( mixed $var ) Polyfill for是PHP7.1中添加的一个函数。P...

最后更新

is_year()

is_year() 确定查询是否针对现有的年度存档。Determines whether the query ...

最后更新

is_single()

is_single( int|string|int[]|string[] $post = ” ) 确定查询是否...

最后更新

js_escape()

js_escape( string $text ) 转义单引号、特殊双引号和固定行尾。Escape singl...

最后更新

is_singular()

is_singular( string|string[] $post_types = ” ) 确定查询是否针对...

最后更新