check_comment() check_comment() check_comment( string $author, string $email, string $u... 最后更新 2022.04.11
check_comment_flood_db() check_comment_flood_db() check_comment_flood_db() 钩住WP基于本机数据库的注释洪水检查。Hooks WP’s ... 最后更新 2022.04.11
add_comments_page() add_comments_page() add_comments_page( string $page_title, string $menu_tit... 最后更新 2022.04.11
add_comment_meta() add_comment_meta() add_comment_meta( int $comment_id, string $meta_key, mi... 最后更新 2022.04.11
comment_footer_die() comment_footer_die() comment_footer_die( string $msg ) 在注释底部显示错误消息。Display e... 最后更新 2022.04.11
comments_open() comments_open() comments_open( int|WP_Post $post_id = null ) 确定当前文章是否为评... 最后更新 2022.04.11
comments_link() comments_link() comments_link( string $deprecated = ”, string $deprecat... 最后更新 2022.04.11
comment_type() comment_type() comment_type( string $commenttxt = false, string $track... 最后更新 2022.04.11
delete_comment_meta() delete_comment_meta() delete_comment_meta( int $comment_id, string $meta_key,... 最后更新 2022.04.11
comment_author_email_link() comment_author_email_link() comment_author_email_link( string $linktext = ”, string... 最后更新 2022.04.11
comment_author_IP() comment_author_IP() comment_author_IP( int|WP_Comment $comment_ID ) 显示当前评论作... 最后更新 2022.04.11
comment_author_email() comment_author_email() comment_author_email( int|WP_Comment $comment_ID ) 显示当前... 最后更新 2022.04.11
cancel_comment_reply_link() cancel_comment_reply_link() cancel_comment_reply_link( string $text = ” ) 显示取消评论回复链... 最后更新 2022.04.11
comment_time() comment_time() comment_time( string $format = ” ) 显示当前批注的批注时间。Displays... 最后更新 2022.04.11
comments_popup_script() comments_popup_script() comments_popup_script() 显示JS弹出脚本以显示注释。Display the JS po... 最后更新 2022.04.11
comments_rss() comments_rss() comments_rss() 返回到post RSS提要的链接。Return link to the post... 最后更新 2022.04.11
comment_form() comment_form() comment_form( array $args = array(), int|WP_Post $post_... 最后更新 2022.04.11
comment_reply_link() comment_reply_link() comment_reply_link( array $args = array(), int|WP_Comme... 最后更新 2022.04.11
comment_class() comment_class() comment_class( string|array $class = ”, int|WP_Comment ... 最后更新 2022.04.11
comment_id_fields() comment_id_fields() comment_id_fields( int $id ) 输出用于回复评论的隐藏输入HTML。Outputs ... 最后更新 2022.04.11
comment_excerpt() comment_excerpt() comment_excerpt( int|WP_Comment $comment_ID ) 显示当前注释的摘录... 最后更新 2022.04.11
comment_author_rss() comment_author_rss() apply_filters( ‘comment_author_rss’, string $comment_au... 最后更新 2022.04.11
comment_text_rss() comment_text_rss() apply_filters( ‘comment_text’, string $comment_text, WP... 最后更新 2022.04.11
enqueue_comment_hotkeys_js() enqueue_comment_hotkeys_js() enqueue_comment_hotkeys_js() 目录锚点:#返回#源码 返回(Return) 无返回... 最后更新 2022.04.11
comment_author() comment_author() comment_author( int|WP_Comment $comment_ID ) 显示当前注释的作者。... 最后更新 2022.04.11
comment_author_link() comment_author_link() comment_author_link( int|WP_Comment $comment_ID ) 显示指向当... 最后更新 2022.04.11
comment_date() comment_date() comment_date( string $format = ”, int|WP_Comment $comme... 最后更新 2022.04.11
edit_comment() edit_comment() edit_comment() 使用$u POST中提供的值更新注释。Update a comment with... 最后更新 2022.04.11
comment_exists() comment_exists() comment_exists( string $comment_author, string $comment... 最后更新 2022.04.11
comments_rss_link() comments_rss_link() comments_rss() 返回到post RSS提要的链接。Return link to the post... 最后更新 2022.04.11
edit_comment_link() edit_comment_link() edit_comment_link( string $text = null, string $before ... 最后更新 2022.04.11
comment_form_title() comment_form_title() comment_form_title( string $noreplytext = false, string... 最后更新 2022.04.11
comments_template() comments_template() comments_template( string $file = ‘/comments.php’, bool... 最后更新 2022.04.11
comment_author_url() comment_author_url() comment_author_url( int|WP_Comment $comment_ID ) 显示当前注释... 最后更新 2022.04.11
comment_guid() comment_guid() comment_guid( int|WP_Comment $comment_id = null ) 显示当前注... 最后更新 2022.04.11
comment_author_url_link() comment_author_url_link() comment_author_url_link( string $linktext = ”, string $... 最后更新 2022.04.11
comment_link() comment_link() apply_filters( ‘comment_link’, string $comment_permalin... 最后更新 2022.04.11
comment_text() comment_text() comment_text( int|WP_Comment $comment_ID, array $args =... 最后更新 2022.04.11
add_option_whitelist() add_option_whitelist() add_option_whitelist( array $new_options, string|array ... 最后更新 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
add_screen_option() add_screen_option() add_screen_option( string $option, mixed $args = array(... 最后更新 2022.04.11
delete_site_option() delete_site_option() delete_site_option( string $option ) 按名称删除当前网络的选项。Remov... 最后更新 2022.04.11
delete_user_option() delete_user_option() delete_user_option( int $user_id, string $option_name, ... 最后更新 2022.04.11
export_date_options() export_date_options() export_date_options( string $post_type = ‘post’ ) 创建用于导... 最后更新 2022.04.11
add_network_option() add_network_option() add_network_option( int $network_id, string $option, mi... 最后更新 2022.04.11
filter_default_option() filter_default_option() filter_default_option( mixed $default, string $option, ... 最后更新 2022.04.11
add_options_page() add_options_page() add_options_page( string $page_title, string $menu_titl... 最后更新 2022.04.11