Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 169539

After 1.26.0 update customizations are gone

$
0
0

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?


Viewing all articles
Browse latest Browse all 169539

Trending Articles