php Wordpress catcha wpml多语言
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Wordpress catcha wpml多语言相关的知识,希望对你有一定的参考价值。
add_action( 'wpcf7_enqueue_scripts', 'custom_recaptcha_enqueue_scripts', 11 );
function custom_recaptcha_enqueue_scripts() {
wp_deregister_script( 'google-recaptcha' );
$url = 'https://www.google.com/recaptcha/api.js';
$url = add_query_arg( array(
'onload' => 'recaptchaCallback',
'render' => 'explicit',
'hl' => 'fr-CA' ), $url );
wp_register_script( 'google-recaptcha', $url, array(), '2.0', true );
}
以上是关于php Wordpress catcha wpml多语言的主要内容,如果未能解决你的问题,请参考以下文章
用 WordPress (wpml) 中的简码替换元素或选择器
Wordpress:以正确的语言获取自定义字段值 (WPML)
sql WordPress + WPML:这将两个缺少的列添加到wp_icl_strings(导致WPML字符串翻译表为EMPTY)
WordPress插件配置没有权限
php wpml_element_link
php 插件WPML