-
Improvement
-
Resolution: Fixed
-
Trivial
-
None
-
3.1.0-dev
-
None
Identifier: core.modify_quickmod_options
Location: mcp.php, under the default case of the switch ($action) structure.
Explanation: this event allows extensions to create custom quickmod options.
Identifier: core.modify_quickmod_actions
Location: mcp_main.php, with creating the default case for the switch ($action) structure.
Explanation: this event allows extensions to handle custom quickmod options created with the above mcp.php event.
Use case: Extensions which would need to get into MCP quickmod feature.
- is related to
-
PHPBB-13006 Add variables to the 'core.modify_quickmod_actions' event
- Unverified Fix