How to check CMS block is active?
You can use the following command:
Mage::getModel('cms/block')->load('static_block_identifier')->getIsActive()
Revisions
- March 3, 2015 @ 09:12:18 [Current Revision] by admin
- March 3, 2015 @ 09:12:18 by admin
You can use the following command:
Mage::getModel('cms/block')->load('static_block_identifier')->getIsActive()
No comments yet.