Add reference text to configuration fields

This commit is contained in:
Rene V. Vergara A. 2023-01-04 15:52:12 -05:00
parent 8b557c1cec
commit 494b706d4f
1 changed files with 2 additions and 2 deletions

View File

@ -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)',