Guest User

Untitled

a guest
Apr 24th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // Before adding this confirm this is not a Sucuri Issue
  2.  
  3. function x_frame_settings() {
  4. header_remove('X-Frame-Options');
  5. }
  6.  
  7. add_action( 'send_headers', 'x_frame_settings', 10, 0 );
Add Comment
Please, Sign In to add comment