Changeset 9576
- Timestamp:
- 03/09/2020 10:01:42 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn/functions.php
r9575 r9576 46 46 } 47 47 add_action( 'wp_enqueue_scripts', 'learn_scripts', 9 ); 48 49 // Remove output of hreflang tags. 50 add_action( 'wp_head', function () { 51 remove_action( 'wp_head', 'WordPressdotorg\Theme\hreflang_link_attributes' ); 52 }, 1 ); 53
Note: See TracChangeset
for help on using the changeset viewer.