Powered by MediaWiki
Personal tools

Tag item status raw

From b2evolution manual

Jump to: navigation, search

This manual page is outdated. NEW PAGE: Tag Item Status Raw in b2evolution v5+.

Display raw status of item. Status can be one of the following: published, deprecated, protected, private, draft. Also, see the following tag $Item->status();

[edit] Example

<source lang="php"> <?php

 $Item->status_raw();

?> </source>

[edit] Parameters

This tag does not accept any parameters.

[edit] Return value

This tag displays content only, it does not have a return value.