function tk_get_wp_type()
{
    $tkd = new TK_WP_Detect();
    return $tkd->tk_get_wp_type();
}