WordPress 函数手册POSTS 1732

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

_ex()

_ex( string $text, string $context, string $domain = ‘d...

最后更新

zeroise()

zeroise( int $number, int $threshold ) 必要时添加前导零。 Add le...

最后更新

__ngettext()

__ngettext( $args ) 根据金额检索复数形式或单个形式。 Retrieve the plura...

最后更新

the_date()

the_date( string $format = ”, string $before = ”, strin...

最后更新

wp_salt()

wp_salt( string $scheme = ‘auth’ ) 返回要添加到哈希中的salt。 Retu...

最后更新

spawn_cron()

spawn_cron( int $gmt_time ) 通过不停止页面加载的HTTP请求发送运行cron的请求...

最后更新

wp_hash()

wp_hash( string $data, string $scheme = ‘auth’ ) 获取给定字符...

最后更新

wp_is_mobile()

wp_is_mobile() 测试当前浏览器是否在移动设备(智能手机、平板电脑等)上运行 Test if th...

最后更新

__()

__( string $text, string $domain = ‘default’ ) 检索$text的...

最后更新

wp_mail()

wp_mail( string|array $to, string $subject, string $mes...

最后更新

_x()

_x( string $text, string $context, string $domain = ‘de...

最后更新

selected()

selected( mixed $selected, mixed $current = true, bool ...

最后更新

wp_mkdir_p()

wp_mkdir_p( string $target ) 基于完整路径的递归目录创建。 Recursive d...

最后更新

_n()

_n( string $single, string $plural, int $number, string...

最后更新

_nx()

_nx( string $single, string $plural, int $number, strin...

最后更新