Add reference text to configuration fields
This commit is contained in:
parent
8b557c1cec
commit
494b706d4f
1 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ function zgopmt_init() {
|
||||||
'title' => __( 'ZGo OwnerId',
|
'title' => __( 'ZGo OwnerId',
|
||||||
$this->domain ),
|
$this->domain ),
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
'default' => __( ' ',
|
'default' => __( 'Replace this text with your ZGo Owner ID ',
|
||||||
$this->domain ),
|
$this->domain ),
|
||||||
'desc_tip' => true,
|
'desc_tip' => true,
|
||||||
'description' => __( 'Type or paste your ZGo Account Owner Id (Found in your ZGo Shop Settings)',
|
'description' => __( 'Type or paste your ZGo Account Owner Id (Found in your ZGo Shop Settings)',
|
||||||
|
@ -154,7 +154,7 @@ function zgopmt_init() {
|
||||||
'title' => __( 'ZGo Token',
|
'title' => __( 'ZGo Token',
|
||||||
$this->domain ),
|
$this->domain ),
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
'default' => __( ' ',
|
'default' => __( 'Replace this text with your ZGo Token'
|
||||||
$this->domain ),
|
$this->domain ),
|
||||||
'desc_tip' => true,
|
'desc_tip' => true,
|
||||||
'description' => __( 'Type or paste your ZGo Token (Found in your ZGo Shop Settings)',
|
'description' => __( 'Type or paste your ZGo Token (Found in your ZGo Shop Settings)',
|
||||||
|
|
Loading…
Reference in a new issue