set_current_user

set_current_user

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('set_current_user') is found 1 times:

  • /wp-includes/pluggable.php line 48
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
             * Fires after the current user is set.
             *
             * @since 2.0.1
             */
            do_action( 'set_current_user' );
     
            return $current_user;
        }
    endif;
     
    if ( ! function_exists( 'wp_get_current_user' ) ) :

See this hook used in plugins: