wp_theme_json_get_style_nodes

wp_theme_json_get_style_nodes

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_theme_json_get_style_nodes') is found 1 times:

  • /wp-includes/class-wp-theme-json.php line 2319
    		 * @since 6.1.0
    		 *
    		 * @param array $nodes Style nodes with metadata.
    		 */
    		return apply_filters( 'wp_theme_json_get_style_nodes', $nodes );
    	}
    
    	/**
    	 * A public helper to get the block nodes from a theme.json file.
    	 *
    	 * @since 6.1.0
    

See this hook used in plugins: