five-for-the-future/plugins/wporg-5ftf/includes/miscellaneous.php
2019-11-04 13:04:17 -06:00

9 lines
299 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' );
} );