Hello All,
i am new in cpanel plugin development , i am trying to fetch the email of cpanel user and writing this code for it -
i am new in cpanel plugin development , i am trying to fetch the email of cpanel user and writing this code for it -
but nothing happening . please tell me where will be email id goes.<?php
require_once "/usr/local/cpanel/php/cpanel.php";
$cpanel = new CPANEL();
$module="CustInfo";
$function="displaycontactinfo";
$live_api_result_array = $cpanel->api2( $module, $function);
echo $live_api_result_array['cpanelresult']['data']['result'];
?>