{"id":13691282,"date":"2020-11-21T10:36:36","date_gmt":"2020-11-21T10:36:36","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/alternative-17\/"},"modified":"2020-11-21T16:36:34","modified_gmt":"2020-11-21T16:36:34","slug":"alternative-17","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/alternative-17\/","title":{"rendered":"Alternative"},"content":{"rendered":"<p>I downloaded the plugin but did not install it when I saw the number of files.<br \/>\nIt might be great, I won&#8217;t say anything on it, I just wanted to share a few lines of code that did the job for me instead:<\/p>\n<pre><code>if (defined(&#039;WP_DEBUG&#039;) and true === WP_DEBUG) {\n  \/\/ add a green dot at the bottom left of the screen\n  \/\/ when WP_DEBUG in wp-config is true\n  function devTag () {\n    echo &#039;&lt;div style=&quot;background:green;border-radius:10px;bottom:20px;height:10px;left:20px;position:fixed;width:10px;z-index: 9999;&quot;&gt;&lt;\/div&gt;&#039;;\n  }\n  add_action(&#039;wp_body_open&#039;, &#039;devTag&#039;);\n}<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-13691282","topic","type-topic","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/13691282","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/13691282\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=13691282"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}