Changeset 57595
- Timestamp:
- 02/12/2024 03:24:02 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r57572 r57595 1397 1397 $current_url = set_url_scheme( 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] ); 1398 1398 $filtered_url = remove_query_arg( $removable_query_args, $current_url ); 1399 1400 /** 1401 * Filters the admin canonical url value. 1402 * 1403 * @since 6.5.0 1404 * 1405 * @param string $filtered_url The admin canonical url value. 1406 */ 1407 $filtered_url = apply_filters( 'admin_canonical_url', $filtered_url ); 1399 1408 ?> 1400 1409 <link id="wp-admin-canonical" rel="canonical" href="<?php echo esc_url( $filtered_url ); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.