Check this question How does wordpress restrict X-FRAME to sameorigin?.
The questioner’s issue was resolved by modifying his site’s .htaccess file by adding the below line to it as his Web Host set the X-Frame-Option.
Header always unset X-Frame-Options
You can check if that works for you.
Related Posts:
- Changing a WordPress core function without hacking core
- wp_headers vs send_headers. When to use each?
- Clarification on filters and hooks
- Headers already sent – WordPress core
- How to modify core when there is no hook?
- How to properly modify WP Vary or any existing headers?
- Filters/Bulk Actions return wrong URL in admin dashboard
- Changing WordPress core without hacking core
- Override has_post_thumbnail function
- How would I use a filter to remove header banner on certain post types
- Modify wp headers on specific page
- Removing a line from a WP core function (comment_template.php) – filter or other technique?
- How to add defer=”defer” tag in plugin javascripts?
- How do filters and hooks really work in PHP
- Trouble understanding apply_filters()
- How would one modify the filtering Gutenberg applies to pasted content?
- Gutenberg: Is there a way to know if current block is inside InnerBlocks?
- How to reorder billing fields in WooCommerce Checkout template? [closed]
- How to wrap oEmbed-embedded video in DIV tags inside the_content?
- How to add filter with 2 args?
- WordPress Internal @ Mentions
- Filter translations (gettext strings) on specific admin pages
- Is it possible to use object in add_action?
- Add Class to Specific Paragraph of the_content()
- apply_filters() slices away needed arguments
- add class to term_description
- How may I filter get_users() similarly to pre_get_posts?
- How to apply content filter permanently?
- remove other tabs in new wordpress media gallery
- Remove classes from post_class()
- How can I register a new REST context?
- How can I add a fifth option to the alignment picker?
- How to stop WordPress from changing ellipsis into a pre-composed triple-dot glyph?
- Right way to add HTML bloginfo name using a filter
- Allow EPS file upload – two EPS files have different MIME types
- How to call a function or method that is Namespaced using another plugin
- How to change currency programmatically on creating order action?
- Applying custom filter instead of the_content doesn’t render embeds
- Change username before login
- apply_filters(‘the_content’) – make it ignore shortcodes?
- Replace a word with a word in the URL string
- Add attribute to script loaded by the theme
- Remove Actions added by SEO ultimate Plugin
- Modifying a CoBlocks Filter in Functions
- Shortcodes — Using add_action, add_filter in the shortcode
- Remove Content Filter
- views_edit-post filter not working (custom post type)
- Building a request processor for multi-page forms, etc using $_GET requests
- How to know what filter to use and how to use it?
- Replace audio links with jplayer using the_content filter
- Sorting a specific taxonomy by archive date using URL
- Give “Read More” precedence over excerpt() word count
- Modify Redux Framework Options in Child Theme
- Adding a filter to comments_template
- How to customize category_description()?
- Add Bootstrap Classes to Recent Posts Widget
- Add filter to get_posts
- Is it possible to override the default Gallery Settings form?
- Filtering a list of objects with ‘OR’ on the same field
- Excerpt is being added above the content, but it should be after it
- WordPress add script with custom type (x-jquery-tmpl)
- How to filter bbPress replies (content)?
- Change login CSS
- How to redirect non-logged in users to login with post_password_required()
- How to add a filter to the get_body_class function?
- Change user nicename without sanitize
- How to override include_once pointed file using add_filter?
- Register new user, assign custom role then send email
- Adding html banner to posts
- How can I get the default content of WordPress post?
- How do I hide tinymce within the edit screen of a particular page
- What would cause the gettext filter to not work for a given text domain?
- pre_get_posts to hide everywhere posts from “Archive” category
- Strip $before & $after strings from a page title
- How to remove shortcode(s) from WYSIWYG Page editor for Non Admins
- What is the action or filter for adding information under the Permalink in Edit Post/Page?
- How does wordpress add ‘style’ attribute to element
- How do I safely force get_theme_mod() to use a defined get_option(“stylesheet”) value?
- Shortcode / plugin with custom (flexible) output
- Adding a filter to related posts not working
- Is it better to use a constant or apply_filter?
- Hooked into wp_get_attachment_caption to add content to the default description; not working for jetpack slideshow. Why?
- add_action with associative array
- Remove image of srcset
- Custom WordPress Core upgrade through wp-cli
- Add option to query string before get_posts() is called on archive.php
- Set post featured image to author image
- How to make the show as a button?
- Why this remove empty paragraphs from the_content does not works?
- Take filter from multiple functions
- Read More in the actual excerpt
- WP REST API v2. filters doesn’t work
- Is it possible to include the add_filter() function within a shortcode function
- filter on the_content stopped working when I updated to WP 3.6.1
- Replace Paid Shipping Method With Free Shipping Method WooCommerce [duplicate]
- Custom excerpt_more filter not working when tag is present
- Taxonomy search filters
- Is it possible to make get variable out of filter in Class?
- NextGEN Gallery: Adding drop-down menu widget to gallery view without modifying plugin code [closed]
- Search and Filter Using Custom Post Type, Custom Taxonomy, and Advanced Custom Fields