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.4.3

apply_filters('auth_redirect_scheme') is found 1 times:

  • /wp-includes/pluggable.php line 1210
    		 * @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: