WordPress 函数手册POSTS 1732

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

has_meta()

has_meta( int $postid ) 获取给定post ID的元数据。Get meta data f...

最后更新

get_udims()

get_udims( int $width, int $height ) 计算下采样图像的新尺寸。Calcul...

最后更新

hash_equals()

hash_equals( string $a, string $b ) 定时攻击安全字符串比较Timing a...

最后更新

hash_hmac()

hash_hmac( $algo,  $data,  $key,  $raw_output = false )...

最后更新

has_block()

has_block( string $block_name, int|string|WP_Post|null ...

最后更新

get_the_guid()

get_the_guid( int|WP_Post $post ) 检索Post全局唯一标识符(guid)。R...

最后更新

get_the_ID()

get_the_ID() 检索WordPress循环中当前项的ID。Retrieve the ID of th...

最后更新