wpcf7_recaptcha_actions

wpcf7_recaptcha_actions

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

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_recaptcha_actions') is found 1 times:

  • /modules/recaptcha/recaptcha.php line 91
    	wp_localize_script( 'wpcf7-recaptcha',
    		'wpcf7_recaptcha',
    		array(
    			'sitekey' => $service->get_sitekey(),
    			'actions' => apply_filters( 'wpcf7_recaptcha_actions', array(
    				'homepage' => 'homepage',
    				'contactform' => 'contactform',
    			) ),
    		)
    	);
    }