Changeset 56757 for trunk/src/wp-includes/theme-previews.php
- Timestamp:
- 10/02/2023 10:40:36 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-previews.php
r56529 r56757 84 84 * @since 6.3.2 85 85 */ 86 function initialize_theme_preview_hooks() {86 function wp_initialize_theme_preview_hooks() { 87 87 if ( ! empty( $_GET['wp_theme_preview'] ) ) { 88 88 add_filter( 'stylesheet', 'wp_get_theme_preview_path' );
Note: See TracChangeset
for help on using the changeset viewer.