webberzone.dev Recent

wzkb_github_export_separator_post filter Pro only

wzkb_github_export_separator_post

Fires after a core/separator block is converted.

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

Parameters

TypeNameDescription
string$result”---”.
array$blockParsed block array.

Usage

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