Block Library

The Block Library package contains a collection of custom WordPress blocks designed to extend the editing experience and provide advanced layout and content options. Each block is documented with usage instructions, available properties, and extensibility hooks.

Last modified: June 2, 2025

link Features

link Extending Blocks

You can extend or customize blocks using WordPress filters and actions.
Refer to each block’s README for available hooks.

link Hooks

Map block settings to config variables.

apply_filters( 't2/blocks/block_settings_mapping', array $mapping )
Parameter Type Description
$mapping array Array of block name to config variable mapping.