Opened 19 years ago
Closed 19 years ago
#5716 closed defect (bug) (wontfix)
Option for Windows Live Writer
| Reported by: | vlogtheimpaler | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | General | Version: | |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
Description
There needs to be an option for enabling and disabling of writing the wlwmanifest headers in the admin panel. For some people, this is an unnecessary feature which could use an off switch.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The wlwmanifest headers are added on the
wp_headhook and so are already optional.If you don't want them add the following code to a simple plugin (or you themes functions.php):
remove_action('wp_head', 'wlwmanifest_link');