• Resolved Salvatore

    (@mistyanet)


    Hi there,
    i’ve a WordPress Multisite with circa 1700 WordPress site. I need to insert the google api key to all the website. There’s an option to add globally the key? Without edit the websites one by one?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Actually there is no MU support… i m like u and need edit all API Key for each site…
    But Key is stored somewhere on DB mays we can clone this key to all available sub-DB

    Plugin Author chrisvrichardson

    (@chrisvrichardson)

    Hi,

    Rather than enter keys for each site you can define them in wp-config.php using these constants:

    MAPPRESS_APIKEY
    MAPPRESS_APIKEY_SERVER

    I don’t usually read the forums, so please contact me directly if you have questions.

    Sounds good…

    added this to my wp-config

    /* MAPPRESS API KEY /universal Generated Key*/
    define(‘MAPPRESS_APIKEY’, ‘my universale super long key’);
    define(‘MAPPRESS_APIKEY_SERVER’, ”);

    Seems work…

    Thx for support ! Already use your full version and really clean usefull solution for business strategy with map feature request !

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WordPress Multisite Api key Support’ is closed to new replies.