Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
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');Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.