コード例 #1
0
ファイル: functions.php プロジェクト: nanbu-collne/test2
function wc2_url($type)
{
    $res = WC2_Funcs::get_url($type);
    return $res;
}