主题开发POSTS 290

in_the_loop()

in_the_loop() 确定调用方是否在循环中。Determines whether the caller...

最后更新

is_404()

is_404() 确定查询是否导致404(不返回结果)。Determines whether the quer...

最后更新

has_tag()

has_tag( string|int|array $tag = ”, int|object $post = ...

最后更新

is_admin()

is_admin() 确定当前请求是否用于管理接口页。Determines whether the curre...

最后更新

is_author()

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

最后更新

is_date()

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

最后更新

has_excerpt()

has_excerpt( int|WP_Post $post ) 确定帖子是否有自定义摘要。Determine...

最后更新