Changes between Initial Version and Version 2 of Ticket #54003
- Timestamp:
- 08/25/2021 09:59:16 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54003
-
Property
Status
changed from
new
toclosed
-
Property
Component
changed from
General
toCustomize
-
Property
Resolution
changed from
to
invalid
-
Property
Milestone
changed from
Awaiting Review
to
-
Property
Status
changed from
-
Ticket #54003 – Description
initial v2 1 1 I have been trying to add error to my wordpress customizer api like this error message I am trying to add custom message when the user enter invalid phone number her is my custom code 2 2 3 3 {{{ 4 4 $wp_customize->add_setting('basic-banner-callout-phonenumber', array( 5 5 'default' => '', … … 16 16 'maxlength' => 10 17 17 )` 18 18 }}} 19 19 how could i possible display if empty $input 'You must supply a valid phone number. for example ? 20 20