mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-04 10:05:43 +03:00
Fix email field
This commit is contained in:
parent
001c8ee243
commit
b032fa914d
2 changed files with 4 additions and 4 deletions
|
@ -43,7 +43,7 @@ function get_pledge_meta_config( $context = '' ) {
|
|||
'show_in_rest' => true,
|
||||
'php_filter' => FILTER_VALIDATE_URL,
|
||||
),
|
||||
'pledge-email' => array(
|
||||
'org-pledge-email' => array(
|
||||
'single' => true,
|
||||
'sanitize_callback' => 'sanitize_email',
|
||||
'show_in_rest' => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue