Skip to content

Instantly share code, notes, and snippets.

@jamescowie
Created February 2, 2015 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamescowie/c5778e221fe6534f2f0e to your computer and use it in GitHub Desktop.
Save jamescowie/c5778e221fe6534f2f0e to your computer and use it in GitHub Desktop.
Check if CMS block is enabled or not
<?php
Mage::getModel('cms/block')->load('static_block_identifier')->getIsActive()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment