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