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