send_frame_options_header()
Sends a HTTP header to limit rendering of pages to same origin iframes.
Description
See also
Source
File: wp-includes/functions.php
function send_frame_options_header() {
@header( 'X-Frame-Options: SAMEORIGIN' );
}
Changelog
Version | Description |
---|---|
3.1.3 | Introduced. |