0
我需要手動呈現recaptcha,因此我需要一種方法從重複7 API獲取google recaptcha「公鑰」。如何獲得谷歌recaptcha從Drupal API的公鑰?
它是目前在這條道路的管理面板:
管理/配置/ spam_protection/google_recaptcha
我需要手動呈現recaptcha,因此我需要一種方法從重複7 API獲取google recaptcha「公鑰」。如何獲得谷歌recaptcha從Drupal API的公鑰?
它是目前在這條道路的管理面板:
管理/配置/ spam_protection/google_recaptcha
對於任何人碰到這個問題來了,我能得到這兩個密鑰和公共密鑰的方式它在google_recaptcha模塊中被檢索到,如下所示。
variable_get('google_recaptcha')['public_key'];
variable_get('google_recaptcha')['secret_key'];