Changeset 48100 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 06/19/2020 10:53:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r48067 r48100 1381 1381 * @param int $status Optional. HTTP response status code to use. Default '302' (Moved Temporarily). 1382 1382 * @param string $x_redirect_by Optional. The application doing the redirect. Default 'WordPress'. 1383 * @return bool $redirectFalse if the redirect was cancelled, true otherwise.1383 * @return bool False if the redirect was cancelled, true otherwise. 1384 1384 */ 1385 1385 function wp_safe_redirect( $location, $status = 302, $x_redirect_by = 'WordPress' ) {
Note: See TracChangeset
for help on using the changeset viewer.