Open neelakansha85 opened 8 years ago
This is a part of Issue 33 which is a broader scope. For now it is possible to hide the Features page starting version 1.5.5.
You can achieve this by modifying below two files:
<input id="ssw-next-stage" name="ssw_next_stage" type="hidden" value="ssw_finish"/>
/* echo '>'.$steps_name['step4'].'</span> -> <span '; if(isset($finish)) { echo 'class="sww-breadcrumb-selected"'; } */
NOTE: This will be overwritten with every new plugin update since it is kind of hack for now and not implemented as a setting for the plugin. You will have to perform above steps after every plugin update in order to hide Features page from your network.
Allow super admins to hide Features page if required. Requested by a user on support forum.