{"id":1309,"date":"2014-04-14T23:32:46","date_gmt":"2014-04-14T14:32:46","guid":{"rendered":"http:\/\/www.santoshkori.com\/blog\/?p=1309"},"modified":"2014-04-14T23:32:46","modified_gmt":"2014-04-14T14:32:46","slug":"how-to-add-own-style-css-into-wp-admin-backend-using-theme-function-hook","status":"publish","type":"post","link":"https:\/\/www.santoshkori.com\/blog\/how-to-add-own-style-css-into-wp-admin-backend-using-theme-function-hook\/","title":{"rendered":"How to add own style css into wp-admin backend using theme function hook"},"content":{"rendered":"<p>Here is snippet to add own style css into wp-admin backend using theme function hook.<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\nfunction my_custom_admin_head(){\r\necho '&lt;style&gt;.yourclass {display: none !important;}&lt;\/style&gt;';\r\n}\r\nadd_action('admin_head', 'my_custom_admin_head');\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Here is snippet to add own style css into wp-admin backend using theme function hook. function my_custom_admin_head(){ echo &#8216;&lt;style&gt;.yourclass {display: none !important;}&lt;\/style&gt;&#8217;; } add_action(&#8216;admin_head&#8217;, &#8216;my_custom_admin_head&#8217;);<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[670,669],"class_list":["post-1309","post","type-post","status-publish","format-standard","hentry","category-wordpress","tag-add-own-style-css-into-wp-admin-backend-using-theme-function-hook","tag-how-to-add-own-style-css-into-wp-admin-backend-using-theme-function-hook"],"_links":{"self":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/1309","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/comments?post=1309"}],"version-history":[{"count":1,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/1309\/revisions"}],"predecessor-version":[{"id":1310,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/1309\/revisions\/1310"}],"wp:attachment":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/media?parent=1309"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/categories?post=1309"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/tags?post=1309"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}