Hi,
I like the “Which Template” plugin but found out that it also shows the used template for all logged in users that have access to the admin side of the website.
In my opinion “Which Template” is a typical admin function and should only be shown if an admin is logged in. Or even better make it optional.
I have changed if (is_user_logged_in() && is_super_admin()) { at line 51 and 68 – is this a change that could make it to a next version?
]]>