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',
|
||||
$this->domain ),
|
||||
'type' => 'text',
|
||||
'default' => __( ' ',
|
||||
'default' => __( 'Replace this text with your ZGo Owner ID ',
|
||||
$this->domain ),
|
||||
'desc_tip' => true,
|
||||
'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',
|
||||
$this->domain ),
|
||||
'type' => 'text',
|
||||
'default' => __( ' ',
|
||||
'default' => __( 'Replace this text with your ZGo Token'
|
||||
$this->domain ),
|
||||
'desc_tip' => true,
|
||||
'description' => __( 'Type or paste your ZGo Token (Found in your ZGo Shop Settings)',
|
||||
|
|
Loading…
Reference in a new issue