apply_filters( ‘wp_theme_json_data_blocks’, WP_Theme_JSON_Data $theme_json )

In this article

Filters the data provided by the blocks for global styles & settings.

Parameters

$theme_jsonWP_Theme_JSON_Data
Class to access and update the underlying data.

Source

$theme_json = apply_filters( 'wp_theme_json_data_blocks', new WP_Theme_JSON_Data( $config, 'blocks' ) );

Changelog

VersionDescription
6.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.