これは国のプラグインのコードですが、このコードを短い形式で記述する方法がわかりません。
function save_details( $post_id ) {
global $post;
$post_vars = shortcode_atts( array(
'country_code' => '',
'country_list' => '',
'flags' => '',
'country_details' => '',
'country_currency' => '',
'currency_symbol' => '',
'currency_html' => '',
'currency_code' => '',
'city_list' => ''
), $_POST );
すべての国の名前を 1 ページに表示するには、どの短いコードを記述すればよいか教えてもらえますか?