Changeset 59435 for branches/6.7/src/wp-includes/default-filters.php
- Timestamp:
- 11/20/2024 02:31:02 PM (11 days ago)
- Location:
- branches/6.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
-
branches/6.7/src/wp-includes/default-filters.php
r59120 r59435 612 612 add_filter( 'style_loader_src', 'wp_style_loader_src', 10, 2 ); 613 613 614 add_action( 'wp_head', 'wp_print_auto_sizes_contain_css_fix', 1 ); 614 615 add_action( 'wp_head', 'wp_maybe_inline_styles', 1 ); // Run for styles enqueued in <head>. 615 616 add_action( 'wp_footer', 'wp_maybe_inline_styles', 1 ); // Run for late-loaded styles in the footer.
Note: See TracChangeset
for help on using the changeset viewer.