Recent

wzkb_github_export_alerts_prefilterPro only

wzkb_github_export_alerts_pre

Fires before a knowledgebase/alerts block is converted.

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

Parameters

Type Name Description
array $block Parsed block array.

Usage

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