Only super admins can give elements ids
-
Only users who are Super Admins can give elements ids:
<div id="foo">bar</div>
When any other user tries, WordPress strips out the id and I’m left with:
<div>bar</div>
Both administrators and editors are experiencing this same thing, but if I give them super admin privileges on the network, everything works.
Is there a way to grant admins and editors this ability?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Only super admins can give elements ids’ is closed to new replies.