redirection_header, $name, $value
redirection_header, $name, $value
Appears in: redirection.5.9.0
Hook Type: action
Displaying hooks found in version: redirection.5.9.0do_action('redirection_header, $name, $value') is found 1 times:
- /models/header.php line 200
$name = $this->sanitize( $this->dash_case( $header['headerName'] ) ); $value = $this->sanitize( $header['headerValue'] ); // Trigger some other action do_action( 'redirection_header', $name, $value ); header( sprintf( '%s: %s', $name, $value ) ); $done[] = $header['headerName']; } } }