Home 워드프레스 vscreen 한국통화 추가

vscreen 한국통화 추가

by maxblog
0 comment

Easy Digital Download 기반의 vscreen 사이트에서 한국통화를 추가했던 방법이다.
테마에 다음 코드를 추가해준다.

// 한국통화 추가

 function mayosis_extra_edd_currencies( $currencies ) {
    $currencies['원'] = __('South Korea (₩)', 'https://vscreen.kr');
    return $currencies;
}
add_filter('edd_currencies', 'mayosis_extra_edd_currencies');



// 소수점 뒤 숫자 없애기

function pw_edd_remove_decimals( $decimals ) {
    return 0;
}
add_filter( 'edd_format_amount_decimals', 'pw_edd_remove_decimals' );

이와같이 다양한 통화를 추가 시킬수도 있으며
달러 사용시 소숫점을 없앨수도 있다.

일단 통화를 추가하는 방법은 이렇지만 현재 단순히 통화 추가가 제대로 되지 않고 있으며
다른 플러그인으로 시도해보는 중이다.

좋아할만한 추천 글

Leave a Comment

Soledad is the Best Newspaper and Magazine WordPress Theme with tons of options and demos ready to import. This theme is perfect for blogs and excellent for online stores, news, magazine or review sites.

Buy Soledad now!

Edtior's Picks

Latest Articles

ⓒ 2023.  FUNCOM all rights reserved.