Changeset 55069
- Timestamp:
- 01/15/2023 12:59:52 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/pluggable.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r55057 r55069 1349 1349 * 1350 1350 * Exiting can also be selectively manipulated by using wp_redirect() as a conditional 1351 * in conjunction with the {@see 'wp_redirect'} and {@see 'wp_redirect_ location'} filters:1351 * in conjunction with the {@see 'wp_redirect'} and {@see 'wp_redirect_status'} filters: 1352 1352 * 1353 1353 * if ( wp_redirect( $url ) ) { … … 1495 1495 * 1496 1496 * Exiting can also be selectively manipulated by using wp_safe_redirect() as a conditional 1497 * in conjunction with the {@see 'wp_redirect'} and {@see 'wp_redirect_ location'} filters:1497 * in conjunction with the {@see 'wp_redirect'} and {@see 'wp_redirect_status'} filters: 1498 1498 * 1499 1499 * if ( wp_safe_redirect( $url ) ) {
Note: See TracChangeset
for help on using the changeset viewer.