4243/**44 * Fires after the current user is set.45 *46 * @since 2.0.147 */48do_action('set_current_user');4950return$current_user;51}52endif;5354if(!function_exists('wp_get_current_user')):
History
Introduced in 2.0.1. Unchanged from 6.7.7 through 7.1.0.