after_signup_form

動作鉤子
do_action( 'after_signup_form' )

after_signup_form是一個動作鉤子,在WordPress多站點安裝的登錄檔單顯示後被觸發。這個鉤子可以用來新增額外的資訊或自定義欄位到登錄檔。

在登錄檔格之後,wp_footer之前啟動。

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

常見問題

FAQs
檢視更多 >