wpseek.com
WordPress开发者和主题制作者的搜索引擎



send_frame_options_header › WordPress Function

Since3.1.3
已弃用n/a
send_frame_options_header ( 没有参数 )
查看:
定义在:
文档:

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



源码

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