comment_row_actions

過濾鉤子
apply_filters( 'comment_row_actions', array_filter( $actions )

comment_row_actions: 這個過濾器允許你修改出現在管理介面的評論行行動部分的行動列表。

這個過濾器在wpadmin/includes/dashboard.php中有記錄。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$actions = apply_filters( 'comment_row_actions', array_filter( $actions ), $comment );
$actions = apply_filters( 'comment_row_actions', array_filter( $actions ), $comment );
$actions = apply_filters( 'comment_row_actions', array_filter( $actions ), $comment );

常見問題

FAQs
檢視更多 >