get_edit_comment_link

過濾鉤子
apply_filters( 'get_edit_comment_link', $location )

get_edit_comment_link: 這個函式返回用於編輯評論的URL。評論ID必須作為引數提供。

過濾評論編輯連結。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
return apply_filters( 'get_edit_comment_link', $location );
return apply_filters( 'get_edit_comment_link', $location );
return apply_filters( 'get_edit_comment_link', $location );

常見問題

FAQs
檢視更多 >