ZenphotoCMS 1.6.x

Zenpage_internal_deprecations

These are the Zenpage functions which have been deprecated

Table of Contents

categoryIsVisible()  : mixed
expiry()  : mixed
visibleCategory()  : mixed

Methods

categoryIsVisible()

public static categoryIsVisible() : mixed
Tags
deprecated

Zenphoto 2.0 Use if($obj->isPublic() || zp_loggedin(ALL_NEWS_RIGHTS)) { … } for a equivalent check instead.

since

Zenphoto 1.5.5

Return values
mixed

expiry()

public static expiry() : mixed
Tags
deprecated

Zenphoto 2.0 Use Zenpage::processScheduledPublishing('expiredate') instead

Return values
mixed

visibleCategory()

public static visibleCategory() : mixed
Tags
deprecated

Zenphoto 2.0

since

Zenphoto 1.5.5

Return values
mixed

Search results