Reply To: File states for France?

Front Page 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 message

We will reach you with your email address soon. Thank you for the time!