send_frame_options_header()

Send 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

Changelog
Version Description
WP-3.1.3 Introduced.