Wordpress CLI: Difference between revisions
Jump to navigation
Jump to search
(Wordpress CLI tool and commands) |
No edit summary |
||
| Line 1: | Line 1: | ||
Wordpress CLI tool allow you to manage Wordpress from command line. | <h3>Wordpress CLI tool allow you to manage Wordpress from command line.</h3> | ||
==Enable iframes== | |||
<pre> | |||
Add the following to the sites htaccess: | |||
Header always unset X-Frame-Options | |||
</pre> | |||
Revision as of 16:36, 20 February 2023
Wordpress CLI tool allow you to manage Wordpress from command line.
Enable iframes
Add the following to the sites htaccess: Header always unset X-Frame-Options