trailingslashit() trailingslashit() trailingslashit( string $string ) 附加一个尾随斜杠。 Appends a t... 最后更新 2022.04.11
unregister_nav_menu() unregister_nav_menu() unregister_nav_menu( string $location ) 注销主题的导航菜单位置。 Un... 最后更新 2022.04.11
wp_new_comment() wp_new_comment() wp_new_comment( array $commentdata, bool $avoid_die = f... 最后更新 2022.04.11
wp_remote_retrieve_body() wp_remote_retrieve_body() wp_remote_retrieve_body( array|WP_Error $response ) 只从原... 最后更新 2022.04.11
wp_kses_check_attr_val() wp_kses_check_attr_val() wp_kses_check_attr_val( string $value, string $vless, s... 最后更新 2022.04.11
unregister_sidebar() unregister_sidebar() unregister_sidebar( string|int $sidebar_id ) 从列表中删除边栏。 ... 最后更新 2022.04.11
wp_unregister_widget_control() wp_unregister_widget_control() wp_unregister_widget_control( int|string $id ) 删除控件的控件回... 最后更新 2022.04.11
wp_get_http_headers() wp_get_http_headers() wp_get_http_headers( string $url, bool $deprecated = fa... 最后更新 2022.04.11
wp_kses_decode_entities() wp_kses_decode_entities() wp_kses_decode_entities( string $string ) 将所有数值HTML实体转换... 最后更新 2022.04.11
untrailingslashit() untrailingslashit() untrailingslashit( string $string ) 删除尾部的正斜杠和反斜杠(如果存在)。... 最后更新 2022.04.11
wp_add_inline_style() wp_add_inline_style() wp_add_inline_style( string $handle, string $data ) 向注册... 最后更新 2022.04.11
wp_widget_description() wp_widget_description() wp_widget_description( int|string $id ) 检索小部件的描述。 Retri... 最后更新 2022.04.11
wp_set_comment_status() wp_set_comment_status() wp_set_comment_status( int|WP_Comment $comment_id, stri... 最后更新 2022.04.11
wp_kses_hair() wp_kses_hair() wp_kses_hair( string $attr, string[] $allowed_protocols... 最后更新 2022.04.11
url_shorten() url_shorten() url_shorten( string $url, int $length = 35 ) 缩短URL,用作链接... 最后更新 2022.04.11
unregister_setting() unregister_setting() unregister_setting( string $option_group, string $optio... 最后更新 2022.04.11
wp_throttle_comment_flood() wp_throttle_comment_flood() wp_throttle_comment_flood( bool $block, int $time_lastc... 最后更新 2022.04.11
wp_remote_fopen() wp_remote_fopen() wp_remote_fopen( string $uri ) 请求URI检索内容的HTTP请求。 HTTP r... 最后更新 2022.04.11
wp_kses_hook() wp_kses_hook() wp_kses_hook( string $string, array[]|string $allowed_h... 最后更新 2022.04.11
utf8_uri_encode() utf8_uri_encode() utf8_uri_encode( string $utf8_string, int $length ) 对要在... 最后更新 2022.04.11
wp_clean_themes_cache() wp_clean_themes_cache() wp_clean_themes_cache( bool $clear_update_cache = true ... 最后更新 2022.04.11
wp_update_comment() wp_update_comment() wp_update_comment( array $commentarr ) 更新数据库中的现有注释。 Upd... 最后更新 2022.04.11
wp_list_comments() wp_list_comments() wp_list_comments( string|array $args = array(), WP_Comm... 最后更新 2022.04.11
trackback_url_list() trackback_url_list() trackback_url_list( string $tb_list, int $post_id ) 对UR... 最后更新 2022.04.11
wp_register_sidebar_widget() wp_register_sidebar_widget() wp_register_sidebar_widget( int|string $id, string $nam... 最后更新 2022.04.11
wp_register_widget_control() wp_register_widget_control() wp_register_widget_control( int|string $id, string $nam... 最后更新 2022.04.11
wp_kses_attr() wp_kses_attr() wp_kses_attr( string $element, string $attr, array $all... 最后更新 2022.04.11
update_comment_meta() update_comment_meta() update_comment_meta( int $comment_id, string $meta_key,... 最后更新 2022.04.11
weblog_ping() weblog_ping() weblog_ping( string $server = ”, string $path = ” ) 发送p... 最后更新 2022.04.11
wp_kses_bad_protocol() wp_kses_bad_protocol() wp_kses_bad_protocol( string $string, string[] $allowed... 最后更新 2022.04.11
wp_allow_comment() wp_allow_comment() wp_allow_comment( array $commentdata, bool $avoid_die =... 最后更新 2022.04.11
sanitize_text_field() sanitize_text_field() sanitize_text_field( string $str ) 清除用户输入或数据库中的字符串。 San... 最后更新 2022.04.11
wp_kses_bad_protocol_once() wp_kses_bad_protocol_once() wp_kses_bad_protocol_once( string $string, string[] $al... 最后更新 2022.04.11
sanitize_title() sanitize_title() sanitize_title( string $title, string $fallback_title =... 最后更新 2022.04.11
settings_errors() settings_errors() settings_errors( string $setting = ”, bool $sanitize = ... 最后更新 2022.04.11
sanitize_title_for_query() sanitize_title_for_query() sanitize_title_for_query( string $title ) 使用“query”上下文清... 最后更新 2022.04.11
wp_count_comments() wp_count_comments() wp_count_comments( int $post_id ) 检索整个网站或单个帖子的评论总数。 Ret... 最后更新 2022.04.11
shortcode_atts() shortcode_atts() shortcode_atts( array $pairs, array $atts, string $shor... 最后更新 2022.04.11
wp_kses_html_error() wp_kses_html_error() wp_kses_html_error( string $string ) 处理wp_kses_hair()中的... 最后更新 2022.04.11
shortcode_parse_atts() shortcode_parse_atts() shortcode_parse_atts( string $text ) 从shortcodes标记检索所有属... 最后更新 2022.04.11
wp_kses_js_entities() wp_kses_js_entities() wp_kses_js_entities( string $string ) 删除Netscape 4早期版本中... 最后更新 2022.04.11
wp_delete_comment() wp_delete_comment() wp_delete_comment( int|WP_Comment $comment_id, bool $fo... 最后更新 2022.04.11
wp_kses_no_null() wp_kses_no_null() wp_kses_no_null( string $string, array $options = null ... 最后更新 2022.04.11
sanitize_title_with_dashes() sanitize_title_with_dashes() sanitize_title_with_dashes( string $title, string $raw_... 最后更新 2022.04.11
strip_shortcodes() strip_shortcodes() strip_shortcodes( string $content ) 从给定内容中删除所有快捷方式标记。 R... 最后更新 2022.04.11
sanitize_user() sanitize_user() sanitize_user( string $username, bool $strict = false )... 最后更新 2022.04.11
wp_filter_comment() wp_filter_comment() wp_filter_comment( array $commentdata ) 过滤和清理注释数据。 Filt... 最后更新 2022.04.11
wp_get_themes() wp_get_themes() wp_get_themes( array $args = array() ) 根据参数返回WP_主题对象的数组... 最后更新 2022.04.11