CSS from textarea in options page to frontend what to do
You should not use esc_attr in this way. It should be used only for escaping attributes in HTML tags. As for the CSS it depends on who is the intended user. If you are doing it for a standalone site in which only the admin can edit the CSS, than you don’t need to sanitize. … Read more