pending

Description

This method puts a user under manual review by the administrator and sends them an optional e-mail.

Usage

<?php UM()->user()->pending(); ?>

Returns

Puts a user under review and sends them an email optionally.

Examples

An example of putting a user pending a manual review

<?php um_fetch_user( 54 );
 UM()->user()->pending();
 ?>