- b2evolution CMS User Manual
- Developer Reference
- Website Skins/Themes
- Skin Tags / API
- Item Tags
- Template Tag: Item Visibility Status Raw
Template Tag: Item Visibility Status Raw
Display raw Visibility Status of item. Status can be one of the following: published, deprecated, protected, private, draft.
Also, see the following tag $Item->status();
== Example ==
<?php $Item->status_raw(); ?>
== Parameters ==
This tag does not accept any parameters.
== Return value ==
This tag displays content only, it does not have a return value.