show_network_site_users_add_new_form

過濾鉤子
apply_filters( 'show_network_site_users_add_new_form', true )

show_network_site_users_add_new_form是WordPress的一個過濾鉤子,它決定在向多站點網路中的站點新增使用者時,”新增新使用者”表單是顯示還是隱藏。

過濾是否在多站點使用者螢幕上顯示”Add Existing User”表單。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
if ( current_user_can( 'create_users' ) && apply_filters( 'show_network_site_users_add_new_form', true ) ) :
if ( current_user_can( 'create_users' ) && apply_filters( 'show_network_site_users_add_new_form', true ) ) :
if ( current_user_can( 'create_users' ) && apply_filters( 'show_network_site_users_add_new_form', true ) ) :

常見問題

FAQs
檢視更多 >