WPDev.one
Core Function
View Source on Trac ↗

wp_filter_out_block_nodes()

wp_filter_out_block_nodes( mixed $nodes )

Applies a filter to the list of style nodes that comes from WP_Theme_JSON::get_style_nodes().

Parameters 1 required

Name / Type Description
$nodes
array

The nodes to filter.

Required

Return Value

(array)
A filtered array of style nodes.

Function Information

Since Version
6.1.0
Source File
wp-includes/script-loader.php
Advertisement