five-for-the-future/plugins/wporg-5ftf/includes/miscellaneous.php

9 lines
300 B
PHP

<?php
namespace WordPressDotOrg\FiveForTheFuture\Miscellaneous;
add_action( 'after_setup_theme', function () {
// These alternate versions don't exist for this subsite, so the links would just lead to 404 errors.
remove_action( 'wp_head', 'WordPressdotorg\Theme\hreflang_link_attributes' );
} );