send_frame_options_header()
Send a HTTP header to limit rendering of pages to same origin iframes.
Description Description
See also See also
Source Source
File: wp-includes/functions.php
function send_frame_options_header() {
header( 'X-Frame-Options: SAMEORIGIN' );
}
Expand full source code Collapse full source code View on Trac
Changelog Changelog
| Version | Description |
|---|---|
| 3.1.3 | Introduced. |