functions.phpに下記コードを追加

function ks_direct_external_link($link_html, $href, $label) {
return ‘<a href=”‘ . attribute_escape($href) . ‘”>’ . $label . ‘</a>’;
}
add_filter(‘external_link/ktai_style.php’, ‘ks_direct_external_link’, 90, 3);