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.7.2

apply_filters('wp_theme_json_get_style_nodes') is found 1 times:

  • /wp-includes/class-wp-theme-json.php line 2639
    2635
    2636
    2637
    2638
    2639
    2640
    2641
    2642
    2643
    2644
    2645
         * @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: