IOverrideCore
extends
ICore
in
Table of Contents
Methods
- isLiteNoticeDismissed() : bool
- Set and/or get the value if the lite notice is dismissed.
- overrideConstruct() : mixed
- Extend constructor.
- overrideConstructFreemium() : mixed
- Additional constructor.
- overrideInit() : mixed
- Additional init.
- overrideRegisterPostTypes() : mixed
- Register additional custom post types and taxonmies.
- overrideRegisterSettings() : mixed
- Register additional settings.
Methods
isLiteNoticeDismissed()
Set and/or get the value if the lite notice is dismissed.
public
isLiteNoticeDismissed([bool $set = null ]) : bool
We need this because the tree is always visible in the posts list and if an user still wants to use the lite version it should be able without annoying notices.
Parameters
- $set : bool = null
Return values
booloverrideConstruct()
Extend constructor.
public
overrideConstruct() : mixed
overrideConstructFreemium()
Additional constructor.
public
overrideConstructFreemium() : mixed
overrideInit()
Additional init.
public
overrideInit() : mixed
overrideRegisterPostTypes()
Register additional custom post types and taxonmies.
public
overrideRegisterPostTypes() : mixed
overrideRegisterSettings()
Register additional settings.
public
overrideRegisterSettings() : mixed