apply_filters( "tribe_block_block_data_{$this->slug()}", array $block_data, object $this )

Filters the block data for the block.


Parameters

$block_data

(array) The block data.

$this

(object) The current object.


Top ↑

Source

File: src/Tribe/Editor/Blocks/Abstract.php


Top ↑

Changelog

Changelog
Version Description
4.12.0 Introduced.