이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Stats Dashboard for Coinpayments

설명

CoinPayments Dashboard displays balance, rates information from coinpayments.net for your account.
This enable the coinpayments user to see some basic stats from WordPress without login Coinpayment.net
.

스크린샷

  • Admin Dashboard Widget
  • Setting View
  • Configuration View

설치

Manual installation

  1. Upload the plugin directory to /wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Configuration

CoinPayments Dashboard provides a number of constants that can be used to grab information from
coinpayments.net . Users who wish to change these values should define the constants in wp-config.php.

After installing, you should define COINPAYMENTS_PUBLIC_KEY and COINPAYMENTS_PRIVATE_KEY in wp-config.php. The plugin will work without them; however, you will still need to configure these options if you don’t define them in wp-config.php. To define them copy the following code to your wp-config.php file, update the key to use your public key, and private to match coinpayments.net account you’re using:

`

define( ‘COINPAYMENTS_PUBLIC_KEY’, ’39c4820390d8f050giweda50268c7583′ );
define( ‘COINPAYMENTS_PRIVATE_KEY’, ‘abcdefghijklmn1234567890’ );
`

Configuring other constants is similarly done by defining the constant in wp-config.php. All constants are explained
below.

COINPAYMENTS_API_ENDPOINT

Defines the API endpoint for Coinpayments.net. This should not usually need to be changed, but is added in the event that Coinpayments
decides to use a different API endpoint, or if there is a need for a user to have a special endpoint.

default: (string) ‘https://www.coinpayments.net/api.php’

FAQ

What kind of permission should I assign to the key pair?

The plugins requires at least balances and rates read permission.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Stats Dashboard for Coinpayments”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Stats Dashboard for Coinpayments”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

Initial release.