register_form

動作鉤子
do_action( 'register_form' )

register_form: 這個動作鉤子是用來在WordPress網站上顯示使用者登錄檔。通過使用這個鉤子,你可以在登錄檔單中新增或修改內容。

在使用者登錄檔的’Email’欄位之後觸發。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_action( 'register_form' );
do_action( 'register_form' );
do_action( 'register_form' );

常見問題

FAQs
檢視更多 >