Example #1
0
function wc2_get_essential_mark($fielde, $data = NULL)
{
    $res = WC2_Funcs::get_essential_mark($fielde, $data);
    return $res;
}