global $authordata;
// проверяем, что находимся в своем личном кабинете и имеем роль subscriber
if ( is_author() && is_user_logged_in() && is_object( $authordata ) && in_array( 'subscriber', $authordata->roles ) && $authordata->data->ID == get_current_user_id() ) {
}