javascript - Load denied by X-Frame-Options iframe in Wordpress? -


i put form succesfully in web page (wordpress) form contains option upload file, , when put form in web page "upload file" option doesn't work shows white screen.

i tried add in functions.php

function send_frame_options_header() {     @header( 'x-frame-options: sameorigin' ); } 


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -