To Check the Disble/Enable Category in Magento Based on the Category ID

$_category = Mage::getModel('catalog/category')->load(4871);
  echo $_category->getIsActive();

Comments

Popular Posts

Magmi Single and Multiple Category Importer