nama fungsi dinamis php

$function = $prefix . '_custom_type_init';
if(function_exists($function)) {
  $function();
}
QP2