GuitarKat on "[Plugin: Google Captcha (reCAPTCHA) by BestWebSoft] Captcha on multisite not visible"

ساخت وبلاگ

Hi GuitarKat,

Please try to use one of these options for displaying recaptcha block in Idea form of your theme (it is necessary to insert one of them in "functions.php" file of your theme):

1) if ( function_exists( 'gglcptch_commentform_display' ) )
add_action( 'comment_form', 'gglcptch_commentform_display' );

Instead of comment_form you can add comment_form_top in order to change the block location.

2) if ( function_exists( 'gglcptch_commentform_display' ) ) {

add_filter(

'comment_form_submit_field',

function( $submit_button ) {

gglcptch_commentform_display();

retu $submit_button;

}

);

}

Sincerely,
BestWebSoft Support Team

WordPress ...
ما را در سایت WordPress دنبال می کنید

برچسب : نویسنده : استخدام کار wpss بازدید : 45 تاريخ : جمعه 3 ارديبهشت 1395 ساعت: 8:46