2040*2041* @since 5.6.12042*2043* @param bool$is_protected Whether the site is protected by Basic Auth.2044* @param string$context The context to check for protection. One of 'login','admin',or'front'.2045*/2046returnapply_filters('wp_is_site_protected_by_basic_auth',$is_protected,$context);2047}2048
History
Introduced in 5.6.1. Unchanged from 6.7.7 through 7.1.0.