Ask Your Question
2

How can a HTTP header be inserted in WordPress?

asked 2022-03-18 11:00:00 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
2

answered 2021-10-23 21:00:00 +0000

ladyg gravatar image

There are different ways to insert a HTTP header in WordPress depending on your requirements. Here are some methods:

  1. Using a plugin: You can use a plugin such as WP Header Code Injector or Insert Headers and Footers to add custom headers to WordPress.

  2. Adding code to functions.php file: You can add code directly to your theme’s functions.php file to add custom headers. Here’s an example:

addaction('sendheaders', 'addcustomheaders');function addcustomheaders() {header('X-Frame-Options: SAMEORIGIN');}

  1. Using a header plugin: Some plugins such as HTTP Headers can be used to insert headers on your website.

It's recommended to use a plugin to avoid any errors and ensure that your website's performance isn't impacted by your custom HTTP header implementation.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-03-18 11:00:00 +0000

Seen: 21 times

Last updated: Oct 23 '21