Function __global->remove_wysiwyg_comcode_markup
Definitions
sources/comcode_from_html.php
- Cleanup HTML coming out of the WYSIWYG editor, converting represented Comcode back to proper Comcode.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| &$semihtml | string | Yes | No | required parameter | N/A | N/A | Semi-HTML |
Preview
Code (PHP)
/**
* Cleanup HTML coming out of the WYSIWYG editor, converting represented Comcode back to proper Comcode.
*
* @param string $semihtml Semi-HTML
*/
function remove_wysiwyg_comcode_markup(string &$semihtml)
* Cleanup HTML coming out of the WYSIWYG editor, converting represented Comcode back to proper Comcode.
*
* @param string $semihtml Semi-HTML
*/
function remove_wysiwyg_comcode_markup(string &$semihtml)

