Changeset 50836 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 05/11/2021 09:41:48 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r50629 r50836 552 552 add_filter( 'style_loader_src', 'wp_style_loader_src', 10, 2 ); 553 553 554 add_action( 'wp_head', 'wp_maybe_inline_styles', 1 ); // Run for styles enqueued in <head>. 555 add_action( 'wp_footer', 'wp_maybe_inline_styles', 1 ); // Run for late-loaded styles in the footer. 556 554 557 // Taxonomy. 555 558 add_action( 'init', 'create_initial_taxonomies', 0 ); // Highest priority.
Note: See TracChangeset
for help on using the changeset viewer.