Changeset 11735
- Timestamp:
- 04/01/2022 02:18:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/helper-functions.php
r11721 r11735 54 54 remove_action( 'wp_head', 'print_emoji_detection_script', 7 ); 55 55 remove_action( 'wp_head', 'wp_print_styles', 8 ); 56 57 // Remove output of hreflang tags. 58 add_action( 'wp_head', function () { 59 remove_action( 'wp_head', 'WordPressdotorg\Theme\hreflang_link_attributes' ); 60 }, 1 ); 56 61 57 62 /**
Note: See TracChangeset
for help on using the changeset viewer.