function enqueue_recaptcha_homepage_head() { if ( is_front_page() ) { wp_enqueue_script( 'custom-recaptcha-explicit', 'https://www.google.com/recaptcha/api.js?render=explicit', array(), null, false // false = load in ); } } add_action('wp_enqueue_scripts', 'enqueue_recaptcha_homepage_head'); Hello world! – CrowdPin

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

One Response

Leave a Reply

Your email address will not be published. Required fields are marked *