Recent

wzkb_github_export_alerts_postfilterPro only

wzkb_github_export_alerts_post

Fires after a knowledgebase/alerts block is converted.

Type: filter
Since: 3.1.0
Source: includes/github/class-content-exporter.php line 1007

Parameters

Type Name Description
string $result Converted GitHub-style alert blockquote.
array $block Parsed block array.

Usage

add_filter( 'wzkb_github_export_alerts_post', function($result, $block) {
    // ...
    return $result;
} );