wzkb_github_import_figure_pre
Fires before a
Type: filter
Since: 3.1.0
Source: includes/github/class-content-importer.php line 1214
Parameters
| Type | Name | Description |
|---|---|---|
string |
$outer_html |
Outer HTML of the element. |
\DOMElement |
$node |
The |
Usage
add_filter( 'wzkb_github_import_figure_pre', function($outer_html, $node) {
// ...
return $outer_html;
} );