barrykooij / what-the-file

WordPress plugin: Find out what template file (PHP) is used on the current page. What The File will be visible in the Toolbar when viewing your website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inline CSS

szepeviktor opened this issue · comments

https://github.com/barrykooij/what-the-file/blob/master/what-the-file.php#L293

Please consider wp_add_inline_style( 'wp-admin', $css_string );

We'll stick with inline CSS because it's only added for administrators.

Excuse me, maybe I was unclear.
Threre is no contradiction.
My suggestion above is also inline&admin only.