Changeset 59415 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 11/18/2024 07:50:06 PM (13 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r59120 r59415 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.