Explicit ignored/modified by Autoptimize
-
Autoptimize injects (page title?) into <title> even with pure clean HTML without PHP calls. I’d prefer to keep my title intact. For example header-test.php contains:
<testa /><title test=”test”>TEST</title><testb />
Which Autoptimize renders:
<testa /><title test=”test”>Notis | TEST</title><testb />
Or with CSS, something like:
<testa /><link type=”text/css” media=”print” href=”…7406f6.css” rel=”stylesheet” /><title test=”test”>Notis | TEST</title><testb />
I don’t want the “Notis |” injection. Is there a work-around?
WP 4.7.2, Autoptimize: 2.1.0
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Explicit ignored/modified by Autoptimize’ is closed to new replies.