Changeset 54183 for trunk/src/wp-includes/class-wp-theme-json.php
- Timestamp:
- 09/15/2022 08:26:13 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r54162 r54183 1874 1874 * @param array $nodes Style nodes with metadata. 1875 1875 */ 1876 return apply_filters( ' get_style_nodes', $nodes );1876 return apply_filters( 'theme_json_get_style_nodes', $nodes ); 1877 1877 } 1878 1878
Note: See TracChangeset
for help on using the changeset viewer.