add_post_type_support() add_post_type_support() add_post_type_support( string $post_type, string|array ... 最后更新 2022.04.11
add_posts_page() add_posts_page() add_posts_page( string $page_title, string $menu_title,... 最后更新 2022.04.11
activate_plugin() activate_plugin() activate_plugin( string $plugin, string $redirect = ”, ... 最后更新 2022.04.11
rest_oembed_ttl rest_oembed_ttl apply_filters( ‘rest_oembed_ttl’, int $time, string $ur... 最后更新 2022.04.11
rest_output_link_header() rest_output_link_header() rest_output_link_header() 发送REST API的链接头。 Sends a Link ... 最后更新 2022.04.11
rest_api_loaded() rest_api_loaded() rest_api_loaded() 加载REST API。 Loads the REST API. 目录锚点:... 最后更新 2022.04.11
iis7_save_url_rewrite_rules() iis7_save_url_rewrite_rules() iis7_save_url_rewrite_rules() 更新IISweb.config配置如果文件是可写的... 最后更新 2022.04.11
flush_rewrite_rules() flush_rewrite_rules() flush_rewrite_rules( bool $hard = true ) 删除重写规则,然后重新创建重... 最后更新 2022.04.11
sanitize_mime_type() sanitize_mime_type() sanitize_mime_type( string $mime_type ) 清理mime类型Sanitiz... 最后更新 2022.04.11
rest_preload_api_request() rest_preload_api_request() rest_preload_api_request( array $memo, string $path ) 将... 最后更新 2022.04.11
rest_get_avatar_sizes() rest_get_avatar_sizes() rest_get_avatar_sizes() 检索化身的像素大小。Retrieves the pixel s... 最后更新 2022.04.11
reset_mbstring_encoding() reset_mbstring_encoding() reset_mbstring_encoding() 将mbstring内部编码重置为用户以前设置的编码。Res... 最后更新 2022.04.11
require_wp_db() require_wp_db() require_wp_db() 加载数据库类文件并实例化`$wpdb`全局。Load the database... 最后更新 2022.04.11
sanitize_post() sanitize_post() sanitize_post( object|WP_Post|array $post, string $cont... 最后更新 2022.04.11
rss_enclosure() rss_enclosure() rss_enclosure() 显示当前帖子的rss附件。Display the rss enclosure ... 最后更新 2022.04.11
rest_sanitize_request_arg() rest_sanitize_request_arg() rest_sanitize_request_arg( mixed $value, WP_REST_Reques... 最后更新 2022.04.11
rest_get_server() rest_get_server() rest_get_server() 检索当前REST服务器实例。Retrieves the current R... 最后更新 2022.04.11
sanitize_option() sanitize_option() sanitize_option( string $option, string $value ) 根据选项的性... 最后更新 2022.04.11
rss2_site_icon() rss2_site_icon() rss2_site_icon() 在RSS2中显示站点图标。Displays Site Icon in RSS... 最后更新 2022.04.11
rest_sanitize_boolean() rest_sanitize_boolean() rest_sanitize_boolean( bool|string|int $value ) 将类似布尔值更... 最后更新 2022.04.11
restore_current_blog() restore_current_blog() restore_current_blog() 调用switch_to_blog()后还原当前日志。Restor... 最后更新 2022.04.11
rest_get_date_with_gmt() rest_get_date_with_gmt() rest_get_date_with_gmt( string $date, bool $is_utc = fa... 最后更新 2022.04.11
reset_password() reset_password() reset_password( WP_User $user, string $new_pass ) 处理重置用... 最后更新 2022.04.11
rest_get_avatar_urls() rest_get_avatar_urls() rest_get_avatar_urls( mixed $id_or_email ) 检索不同大小的化身url... 最后更新 2022.04.11
sanitize_bookmark() sanitize_bookmark() sanitize_bookmark( stdClass|array $bookmark, string $co... 最后更新 2022.04.11
sanitize_sql_orderby() sanitize_sql_orderby() sanitize_sql_orderby( string $orderby ) 确保字符串是有效的SQL“or... 最后更新 2022.04.11
rest_send_allow_header() rest_send_allow_header() rest_send_allow_header( WP_REST_Response $response, WP_... 最后更新 2022.04.11
sanitize_post_field() sanitize_post_field() sanitize_post_field( string $field, mixed $value, int $... 最后更新 2022.04.11
safecss_filter_attr() safecss_filter_attr() safecss_filter_attr( string $css, string $deprecated = ... 最后更新 2022.04.11
rest_sanitize_value_from_schema() rest_sanitize_value_from_schema() rest_sanitize_value_from_schema( mixed $value, array $a... 最后更新 2022.04.11
rest_get_url_prefix() rest_get_url_prefix() rest_get_url_prefix() 检索任何API资源的URL前缀。Retrieves the URL... 最后更新 2022.04.11
remove_query_arg() remove_query_arg() remove_query_arg( string|array $key, bool|string $query... 最后更新 2022.04.11
restore_current_locale() restore_current_locale() restore_current_locale() 根据原始区域设置还原翻译。Restores the tran... 最后更新 2022.04.11
remove_post_type_support() remove_post_type_support() remove_post_type_support( string $post_type, string $fe... 最后更新 2022.04.11
rest_handle_deprecated_argument() rest_handle_deprecated_argument() rest_handle_deprecated_argument( string $function, stri... 最后更新 2022.04.11
restore_previous_locale() restore_previous_locale() restore_previous_locale() 根据以前的区域设置还原翻译。Restores the tr... 最后更新 2022.04.11
rest_parse_embed_param() rest_parse_embed_param() rest_parse_embed_param( string|array $embed ) 将“u embed... 最后更新 2022.04.11
sanitize_email() sanitize_email() sanitize_email( string $email ) 删除电子邮件中不允许的所有字符。Strips ... 最后更新 2022.04.11
rest_cookie_check_errors() rest_cookie_check_errors() rest_cookie_check_errors( WP_Error|mixed $result ) 使用基于... 最后更新 2022.04.11
sanitize_comment_cookies() sanitize_comment_cookies() sanitize_comment_cookies() 清除已发送给用户的cookie。Sanitizes th... 最后更新 2022.04.11
rest_authorization_required_code() rest_authorization_required_code() rest_authorization_required_code() 返回授权失败的上下文HTTP错误代码。R... 最后更新 2022.04.11
rest_api_register_rewrites() rest_api_register_rewrites() rest_api_register_rewrites() 添加REST重写规则。Adds REST rewri... 最后更新 2022.04.11
sanitize_hex_color_no_hash() sanitize_hex_color_no_hash() sanitize_hex_color_no_hash( string $color ) 清除不带哈希的十六进制... 最后更新 2022.04.11
remove_rewrite_tag() remove_rewrite_tag() remove_rewrite_tag( string $tag ) 删除现有的重写标记(如%postname%... 最后更新 2022.04.11
sanitize_hex_color() sanitize_hex_color() sanitize_hex_color( string $color ) 清除十六进制颜色。Sanitizes ... 最后更新 2022.04.11
rest_do_request() rest_do_request() rest_do_request( WP_REST_Request|string $request ) 做一个休... 最后更新 2022.04.11
sanitize_file_name() sanitize_file_name() sanitize_file_name( string $filename ) 清理文件名,用破折号替换空白。S... 最后更新 2022.04.11
rest_cookie_collect_status() rest_cookie_collect_status() rest_cookie_collect_status() 收集cookie身份验证状态。Collects co... 最后更新 2022.04.11
resume_plugin() resume_plugin() resume_plugin( string $plugin, string $redirect = ” ) 尝... 最后更新 2022.04.11