Changeset 55192 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 02/02/2023 06:50:54 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r55086 r55192 578 578 add_action( 'wp_footer', 'wp_enqueue_global_styles', 1 ); 579 579 580 // Global styles custom CSS. 581 add_action( 'wp_enqueue_scripts', 'wp_enqueue_global_styles_custom_css' ); 582 580 583 // Block supports, and other styles parsed and stored in the Style Engine. 581 584 add_action( 'wp_enqueue_scripts', 'wp_enqueue_stored_styles' );
Note: See TracChangeset
for help on using the changeset viewer.