Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pauljacobs

    (@pauljacobs)

    esmi,

    Thanks. That’s what I was afraid of 😉

    pauljacobs

    (@pauljacobs)

    Micah, copy-and-paste is what I was planning on doing. However, I don’t know precisely WHERE to paste it.

    Below is the section I am looking at. Do I paste the numeric Akismet API key in each of the three locations where ‘WPCOM_API_KEY’ appears? Thanks so much for any help!

    define(‘AKISMET_VERSION’, ‘2.2.7’);

    // If you hardcode a WP.com API key here, all key config screens will be hidden
    if ( defined(‘WPCOM_API_KEY’) )
    $wpcom_api_key = constant(‘WPCOM_API_KEY’);
    else
    $wpcom_api_key = ”;

Viewing 2 replies - 1 through 2 (of 2 total)