auth_redirect_scheme

auth_redirect_scheme

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('auth_redirect_scheme') is found 1 times:

  • /wp-includes/pluggable.php line 1210
    1206
    1207
    1208
    1209
    1210
    1211
    1212
    1213
    1214
    1215
    1216
    * @since 2.9.0
     *
     * @param string $scheme Authentication redirect scheme. Default empty.
     */
    $scheme = apply_filters( 'auth_redirect_scheme', '' );
     
    $user_id = wp_validate_auth_cookie( '', $scheme );
    if ( $user_id ) {
        /**
         * Fires before the authentication redirect.
         *

See this hook used in plugins: