Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mailchimp が管理するニュースレターにユーザーがサインアップできるように、joomla サイトに mailchimp 拡張機能を追加しようとしています。拡張機能を機能させるには、mailchimp からの API キーが必要ですが、API キー$params->get('apikey')のハイフンを削除しない限り、できないというメッセージが表示され続けます。(もはや有効なキーではありません)。
$params->get('apikey')
これに対する回避策はありますか?