{"id":99,"date":"2016-05-29T18:32:32","date_gmt":"2016-05-29T18:32:32","guid":{"rendered":"https:\/\/wiki.samuelchopard.ch\/?p=99"},"modified":"2019-03-18T14:29:28","modified_gmt":"2019-03-18T13:29:28","slug":"hide-login-logo-on-wp-admin","status":"publish","type":"post","link":"https:\/\/samuelchopard.ch\/wiki\/library\/hide-login-logo-on-wp-admin\/","title":{"rendered":"Hide login logo on \/wp-admin"},"content":{"rendered":"<p><!--more--><\/p>\n<pre class=\"EnlighterJSRAW\">add_action( 'login_head', 'theme_hide_login_logo_login_head' );\n\nfunction theme_hide_login_logo_login_head() {\n        echo '&amp;lt;style&amp;gt; #login h1 { display: none; } &amp;lt;\/style&amp;gt;';\n}<\/pre>\n<p>&nbsp;<\/p>\n<p>Source: <a target=\"_blank\" href=\"https:\/\/wordpress.org\/support\/topic\/hide-login-logo\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/wordpress.org\/support\/topic\/hide-login-logo<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"add_action( 'login_head', 'theme_hide_login_logo_login_head' ); function theme_hide_login_logo_login_head() { echo '&amp;lt;style&amp;gt; #login h1 { display: none; } &amp;lt;\/style&amp;gt;'; } &nbsp; Source: https:\/\/wordpress.org\/support\/topic\/hide-login-logo","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[24,167,169,329],"class_list":["post-99","post","type-post","status-publish","format-standard","hentry","category-wordpress","tag-admin","tag-login","tag-logo","tag-wp-admin"],"_links":{"self":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/99","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/comments?post=99"}],"version-history":[{"count":1,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/99\/revisions"}],"predecessor-version":[{"id":54941,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/99\/revisions\/54941"}],"wp:attachment":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/media?parent=99"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/categories?post=99"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/tags?post=99"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}