send_frame_options_header()

Send a HTTP header to limit rendering of pages to same origin iframes.


Description Description

See also See also


Top ↑

Source Source

File: wp-includes/functions.php

function send_frame_options_header() {
	@header( 'X-Frame-Options: SAMEORIGIN' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.1.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.