Replies: 0
We customized the address format like within functions.php:
function custom_address_formats( $formats ) {
$formats[ ‘DE’ ] = “{address_1} {street_number}\n{address_2}\n{postcode} {city} {state}\n{country}”;
return $formats;
After the latest update of WP Job Manager these customizations are not working any more. The fields are gone.
Any idea?