wpcf7_recaptcha_actions

wpcf7_recaptcha_actions

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.6.0

apply_filters('wpcf7_recaptcha_actions') is found 1 times:

  • /modules/recaptcha/recaptcha.php line 86
    	wp_enqueue_script( 'wpcf7-recaptcha' );
    
    	$wpcf7_recaptcha_obj = array(
    		'sitekey' => $service->get_sitekey(),
    		'actions' => apply_filters( 'wpcf7_recaptcha_actions', array(
    			'homepage' => 'homepage',
    			'contactform' => 'contactform',
    		) ),
    	);
    
    	wp_add_inline_script( 'wpcf7-recaptcha',