00 Day
00 Hour
00 Min
00 Sec

Reply To: File states for France?

Home Forums General File states for France? Reply To: File states for France?

#16414
Shawon Chowdhury
Moderator

@maxtrend,
You can use this filter to add additional states.

add_filter( ‘erp_states’, function ( $states ) {

$states[‘FR’] = [
‘A’ => ‘Anything’, // Add the states here.
‘B’ => ‘Bestthing’,
‘ZH’ => ‘Zuid-Holland’,
];

return $states;
} );

Add this part to your theme’s function.php or use a child theme.

Thanks 🙂

Contact Us

Reach out to us for any inquiry

You must enter full name
You must enter email
You must enter message

We received your query

We will reply to you very soon :)