webberzone.dev Recent

wzkb_github_export_image_pre filter Pro only

wzkb_github_export_image_pre

Fires before a core/image block is converted.

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

Parameters

TypeNameDescription
array$blockParsed block array.

Usage

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