Getting started
Installation & Setup
Administration
Audience Management
Email Marketing
Plug-Ins & Add-Ons
Developers
Advanced
Help
How to hide “Coming Soon” features?
You may see some “Coming Soon” features on the user interface, such as;
If you want to hide those “Coming Soon” features on the user interface, follow these steps:
- Edit
/opt/oempro/data/config.inc.php
file - Find the line that includes;
- Change the
false
value totrue
. - Save the file.
define('HIDE_COMING_SOON_FEATURES', false);
That’s it. Once the HIDE_COMING_SOON_FEATURES
value is set to true
, Octeth will hide all “Coming Soon” features on the user interface.
On this page