コード例 #1
0
 /**
  * Deletes the user points for the deleted user identified by $user_id
  *
  * @since 1.0
  * @param int $user_id the identifier of the user being deleted
  */
 public function delete_user_points($user_id)
 {
     WC_Points_Rewards_Manager::delete_user_points($user_id);
 }