Each module in SudoWorkspace consists of an init file which contains the general module configuration and includes headers containing meta-information regarding the module.
The following example is taken from the default SudoWorkspace module Menu Setup that comes with the installation.
<?php
defined('BASEPATH') or exit('No direct script access allowed');
/*
Module Name: Menu Setup
Description: Default module to apply changes to the menus
Version: 2.3.0
Requires at least: 2.3.*
*/
<?php
defined('BASEPATH') or exit('No direct script access allowed');
/*
Module Name: Menu Setup
Description: Default module to apply changes to the menus
Version: 2.3.0
Requires at least: 2.3.*
*/
<?php
defined('BASEPATH') or exit('No direct script access allowed');
/*
Module Name: Menu Setup
Description: Default module to apply changes to the menus
Version: 2.3.0
Requires at least: 2.3.*
*/
You can find below the list of available headers that can be added to the module init file.