Linux webm002.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
/
home
/
ariannadhf
/
www
/
wp-content
/
plugins
/
ultimate-member
/
includes
/
core
/
/home/ariannadhf/www/wp-content/plugins/ultimate-member/includes/core/um-actions-access.php
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Profile Access * * @param int $user_id */ function um_access_profile( $user_id ) { if ( ! um_is_myprofile() && um_is_core_page( 'user' ) && ! current_user_can( 'edit_users' ) ) { $account_status = UM()->common()->users()->get_status( $user_id ); if ( 'approved' !== $account_status ) { um_redirect_home(); } } } add_action( 'um_access_profile', 'um_access_profile' );