wp_is_application_passwords_available_for_user

過濾鉤子
apply_filters( 'wp_is_application_passwords_available_for_user', true, $user )

wp_is_application_passwords_available_for_user:這是 WordPress 內建的一個函式,用於檢查特定使用者是否可以使用應用程式密碼功能: 該函式可以確定使用者是否具有使用該功能的許可權。

過濾應用密碼是否對特定使用者可用。

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

常見問題

FAQs
檢視更多 >