• Resolved TF28

    (@tf28)


    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 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor jonryan

    (@jonryan)

    @tf28 can you show me which filter you are using?

    Thread Starter TF28

    (@tf28)

    Hi There,

    Thanks for your quick reply!

    It seems, that the problem is solved. Google’s API was deleted during update.

    Cheers, TF28

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘After 1.26.0 update customizations are gone’ is closed to new replies.