Search
 
SCRIPT & CODE EXAMPLE
 

PHP

Set Countries To Appear At The Top Of The Caldera Forms Phone Field List

<?php
/**
* Set preffered countries for Caldera Forms phone fields
*/
add_filter( 'caldera_forms_phone_js_options', function( $options){
	//Use ISO_3166-1_alpha-2 formatted country code
	$options[ 'preferredCountries' ] = array( 'MX' );
	return $options;
});
Comment

PREVIOUS NEXT
Code Example
Php :: array_unshift php 
Php :: menggunakan pengkondisian dalam string php 
Php :: php The function is a conversion from a key to a value 
Php :: php strom key 2 
Php :: Compare current time with another time in PHP 
Php :: Add a line break in Woocommerce Product Titles 
Php :: ajax call php bootstrap validation 
Php :: custom post type wp 
Php :: eval base64 decode php 
Php :: net::ERR_CONNECTION_REFUSED php 
Php :: get pages with tempalte wp 
Php :: PHPExcel not supporting long integer value 
Php :: vagrant no pg_hba.conf entry for host 
Php :: Multi-idiomas com PHP 
Php :: laravel find user by id 
Php :: php exttends 
Php :: correction of controller 
Php :: section laravel append 
Php :: if isset post php 
Php :: newrelic notice err with custom attributes 
Php :: laravel collection median 
Php :: installer composer dans ionos 
Php :: buddypress groups dropdown 
Php :: Yii2 Dynamic Relational, Lazy loading 
Php :: wp plugin handles 
Php :: Modal Edit Specific/Same table row, where button is 
Php :: Apache/2.4.52 (Win64) OpenSSL/1.1.1m PHP/7.4.27 Server at localhost Port 80 
Php :: How to create custom php.ini file in CPanel? 
Php :: php update json file 
Php :: get one random post wp 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =