apply_filters( 'wp_theme_json_data_user', WP_Theme_JSON_Data )

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


Parameters

Class to access and update the underlying data.

Top ↑

Source

File: wp-includes/class-wp-theme-json-resolver.php. View all references

$theme_json = apply_filters( 'wp_theme_json_data_user', new WP_Theme_JSON_Data( $config, 'custom' ) );


Top ↑

Changelog

Changelog
Version Description
6.1.0 Introduced.

Top ↑

User Contributed Notes

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