WordPress 函数手册POSTS 1732

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

is_sticky()

is_sticky( int $post_id ) 确定帖子是否有粘性。Determines whether ...

最后更新

is_page()

is_page( int|string|int[]|string[] $page = ” ) 确定查询是否针对...

最后更新

like_escape()

like_escape( string $text ) 以前用于在搜索数据库之前转义字符串。它没有很好的记录,...

最后更新

is_success()

is_success( $sc ) 目录锚点:#返回#源码 返回(Return) 无返回值 源码(Source...

最后更新

is_paged()

is_paged() 确定查询是否针对分页结果,而不是第一页。Determines whether the q...

最后更新

is_main_blog()

is_main_blog() 用于确定当前站点是否为主站点的功能已弃用。Deprecated function...

最后更新

is_day()

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

最后更新

is_redirect()

is_redirect( $sc ) 目录锚点:#返回#源码 返回(Return) 无返回值 源码(Sourc...

最后更新

is_tag()

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

最后更新

is_email()

is_email( string $email, bool $deprecated = false ) 验证电...

最后更新

is_tax()

is_tax( string|string[] $taxonomy = ”, int|string|int[]...

最后更新

is_robots()

is_robots() 是对robots.txt文件文件?Is the query for the robot...

最后更新

is_rtl()

is_rtl() 确定当前区域设置是否从右向左(RTL)。Determines whether the cur...

最后更新

is_month()

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

最后更新

is_embed()

is_embed() 是一个嵌入式帖子的查询吗?Is the query for an embedded po...

最后更新

is_wp_error()

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

最后更新

is_taxonomy()

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

最后更新