这是国家插件中的代码,但我不知道如何以简写形式编写此代码,
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 );
谁能告诉我应该写什么短代码才能在一页上显示所有国家/地区的名称?