Description
The “tcp_states_loading” action is used to add States/Region of countries. This states/regions will be shown in the states/regions selected list in the different address forms.
Example
<?php
function tcp_states_loading() {
echo "
'FR' : {//France
'AL' : 'Alsace', 'AQ' : 'Aquitaine', 'AU' : 'Auvergne', 'BU' : 'Burgundy',
},";
}
add_action( 'tcp_states_loading', 'tcp_states_loading' ); ?>
Change Log
Since 1.0.9
