Changeset 52769 for branches/5.9/src/wp-includes/default-filters.php
- Timestamp:
- 02/17/2022 08:49:37 PM (3 years ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9
-
branches/5.9/src/wp-includes/default-filters.php
r52594 r52769 575 575 add_action( 'wp_footer', 'wp_enqueue_global_styles', 1 ); 576 576 577 // SVG filters like duotone have to be loaded at the beginning of the body in both admin and the front-end. 578 add_action( 'wp_body_open', 'wp_global_styles_render_svg_filters' ); 579 add_action( 'in_admin_header', 'wp_global_styles_render_svg_filters' ); 580 577 581 add_action( 'wp_default_styles', 'wp_default_styles' ); 578 582 add_filter( 'style_loader_src', 'wp_style_loader_src', 10, 2 );
Note: See TracChangeset
for help on using the changeset viewer.