wp_comment_reply

過濾鉤子
引數
  • (string) $content The reply-to form content.
    Required:
  • (array) $args An array of default args.
    Required:
    Default:
定義位置
相關勾子
comment_reply_linkcomment_urlcomment_emailwp_is_comment_floodpre_comment_user_ip
相關方法
wp_comment_replycomment_reply_linkget_comment_reply_linkwp_comment_trashnoticecancel_comment_reply_linkcomments_template
引入
2.7.0
棄用
-

wp_comment_reply 函式是一個 WordPress 核心函式: 這個函式在頁面上新增一個 JavaScript 函式,該函式用於彈出回覆評論視窗。

“過濾評論列表表中的線上評論回覆表格輸出。列表中的行內評論回覆表格輸出。

在這裡返回一個非空的值,將短路顯示評論列表表中的行內評論-回覆形式,而是呼應返回的值。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$content = apply_filters(
$content = apply_filters(
$content = apply_filters(

常見問題

FAQs
檢視更多 >