wzkb_github_import_table_pre
Fires before a
element is converted to a table block. Return a non-empty string (different from $outer_html) to use as the final block HTML.Type: filter
Since: 3.1.0
Source: includes/github/class-content-importer.php line 1090
Parameters
| Type | Name | Description |
|---|---|---|
string | $outer_html | Outer HTML of the element. |
\DOMElement | $node | The DOM element.
Usage |