add_action( 'wp_head', function () { // Solo ejecuta este código en la página de inicio. if ( is_front_page() ) { echo ''; } });