- Timestamp:
- 01/29/2024 06:31:34 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/functions.php
r13652 r13718 1663 1663 } 1664 1664 1665 // `wp_get_global_settings()` has been introduced in WordPress 5.91666 if ( function_exists( 'wp_get_global_settings') ) {1665 // Use Block Theme global settings for Block Themes. 1666 if ( wp_is_block_theme() ) { 1667 1667 $theme_layouts = wp_get_global_settings( array( 'layout' ) ); 1668 1668
Note: See TracChangeset
for help on using the changeset viewer.