Changes between Initial Version and Version 2 of Ticket #54003
- Timestamp:
- 08/25/2021 09:59:16 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54003
- Property Component General → Customize
- Property Milestone Awaiting Review
- Property Resolution → invalid
- Property Status new → closed
-
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
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)