{"id":193,"date":"2010-10-24T22:35:47","date_gmt":"2010-10-24T21:35:47","guid":{"rendered":"https:\/\/greladesign.co\/blog\/?p=193"},"modified":"2010-10-24T22:35:47","modified_gmt":"2010-10-24T21:35:47","slug":"list-of-websites-in-magento","status":"publish","type":"post","link":"https:\/\/greladesign.co\/blog\/2010\/10\/24\/list-of-websites-in-magento\/","title":{"rendered":"list of websites in magento"},"content":{"rendered":"<p>If you want to know what websites and how many are installed in magento you can get that information from getWebsites method of the Mage_Core_Model_App object.<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n$storeCodeAsKey = true;\r\n\r\n$websitesCollection = Mage::app()-&gt;getWebsites(false,$storeCodeAsKey);\r\n\r\n\techo &quot;&lt;pre&gt;&quot;;\r\n\t\r\n\tprint_r(count($websitesCollection) . &quot;\\n&quot;);\r\n\t\t\r\n\tforeach ($websitesCollection as $website =&gt; $value)\r\n\t{\r\n\t\tprint_r(($storeCodeAsKey ? &quot;Store Code:&quot;:&quot;Store Id:&quot;) . $website . &quot;\\n&quot;);\r\n\t}\r\n\techo &quot;&lt;\/pre&gt;&quot;;\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>If you want to know what websites and how many are installed in magento you can get that information from getWebsites method of the Mage_Core_Model_App object.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_import_markdown_pro_load_document_selector":0,"_import_markdown_pro_submit_text_textarea":""},"categories":[4,29],"tags":[40,41,300,42],"_links":{"self":[{"href":"https:\/\/greladesign.co\/blog\/wp-json\/wp\/v2\/posts\/193"}],"collection":[{"href":"https:\/\/greladesign.co\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/greladesign.co\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/greladesign.co\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/greladesign.co\/blog\/wp-json\/wp\/v2\/comments?post=193"}],"version-history":[{"count":2,"href":"https:\/\/greladesign.co\/blog\/wp-json\/wp\/v2\/posts\/193\/revisions"}],"predecessor-version":[{"id":195,"href":"https:\/\/greladesign.co\/blog\/wp-json\/wp\/v2\/posts\/193\/revisions\/195"}],"wp:attachment":[{"href":"https:\/\/greladesign.co\/blog\/wp-json\/wp\/v2\/media?parent=193"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greladesign.co\/blog\/wp-json\/wp\/v2\/categories?post=193"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greladesign.co\/blog\/wp-json\/wp\/v2\/tags?post=193"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}