update_option() update_option() update_option( string $option, mixed $value, string|boo... 最后更新 2022.04.11
update_site_option() update_site_option() update_site_option( string $option, mixed $value ) 更新已为... 最后更新 2022.04.11
set_transient() set_transient() set_transient( string $transient, mixed $value, int $ex... 最后更新 2022.04.11
wp_get_object_terms() wp_get_object_terms() wp_get_object_terms( int|int[] $object_ids, string|stri... 最后更新 2022.04.11
wp_generate_tag_cloud() wp_generate_tag_cloud() wp_generate_tag_cloud( WP_Term[] $tags, string|array $a... 最后更新 2022.04.11
get_blog_option() get_blog_option() get_blog_option( int $id, string $option, mixed $defaul... 最后更新 2022.04.11
add_blog_option() add_blog_option() add_blog_option( int $id, string $option, mixed $value ... 最后更新 2022.04.11
delete_option() delete_option() delete_option( string $option ) 按名称删除选项。防止删除受保护的WordPre... 最后更新 2022.04.11
delete_site_option() delete_site_option() delete_site_option( string $option ) 按名称删除当前网络的选项。Remov... 最后更新 2022.04.11
add_network_option() add_network_option() add_network_option( int $network_id, string $option, mi... 最后更新 2022.04.11
add_site_option() add_site_option() add_site_option( string $option, mixed $value ) 为当前网络添加... 最后更新 2022.04.11
delete_network_option() delete_network_option() delete_network_option( int $network_id, string $option ... 最后更新 2022.04.11
delete_site_transient() delete_site_transient() delete_site_transient( string $transient ) 删除站点瞬态。Delet... 最后更新 2022.04.11
current_time() current_time() current_time( string $type, int|bool $gmt ) 根据指定的类型检索当前... 最后更新 2022.04.11
delete_transient() delete_transient() delete_transient( string $transient ) 删除瞬态。Deletes a tr... 最后更新 2022.04.11
check_column() check_column() check_column( string $table_name, string $col_name, str... 最后更新 2022.04.11