Changeset 58075 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 05/02/2024 01:17:45 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r58069 r58075 557 557 558 558 /** 559 * Flushes rewrite rules if siteurl, home or page_on_frontchanged.559 * Flushes rewrite rules if `siteurl`, `home` or `page_on_front` changed. 560 560 * 561 561 * @since 2.1.0 … … 577 577 578 578 /** 579 * Resets global variables based on $_GET and $_POST.579 * Resets global variables based on `$_GET` and `$_POST`. 580 580 * 581 581 * This function resets global variables based on the names passed 582 * in the $vars array to the value of $_POST[$var] or $_GET[$var] or ''583 * if neither is defined.582 * in the `$vars` array to the value of `$_POST[$var]` or `$_GET[$var]` or an 583 * empty string if neither is defined. 584 584 * 585 585 * @since 2.0.0 … … 755 755 * Filters a screen option value before it is set. 756 756 * 757 * The filter can also be used to modify non-standard [items]_per_page757 * The filter can also be used to modify non-standard `[items]_per_page` 758 758 * settings. See the parent function for a full list of standard options. 759 759 * … … 1305 1305 1306 1306 /** 1307 * Adds the latest Heartbeat and REST -API nonce to the Heartbeat response.1307 * Adds the latest Heartbeat and REST API nonce to the Heartbeat response. 1308 1308 * 1309 1309 * @since 5.0.0 … … 1399 1399 1400 1400 /** 1401 * Filters the admin canonical urlvalue.1401 * Filters the admin canonical URL value. 1402 1402 * 1403 1403 * @since 6.5.0 1404 1404 * 1405 * @param string $filtered_url The admin canonical urlvalue.1405 * @param string $filtered_url The admin canonical URL value. 1406 1406 */ 1407 1407 $filtered_url = apply_filters( 'wp_admin_canonical_url', $filtered_url );
Note: See TracChangeset
for help on using the changeset viewer.