redirection_request_server, $host
redirection_request_server, $host
Appears in: redirection.5.9.0
Hook Type: filter
Displaying hooks found in version: redirection.5.9.0apply_filters('redirection_request_server, $host') is found 1 times:
- /models/request.php line 86
if ( isset( $_SERVER['SERVER_NAME'] ) && is_string( $_SERVER['SERVER_NAME'] ) ) { $host = sanitize_text_field( $_SERVER['SERVER_NAME'] ); } return apply_filters( 'redirection_request_server', $host ); } /** * Get the request server name (from $_SERVER['HTTP_HOST]) * * @return string