Changeset 52437 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 01/04/2022 03:22:40 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r52377 r52437 643 643 644 644 add_action( 'wp_head', 'wp_oembed_add_discovery_links' ); 645 add_action( 'wp_head', 'wp_oembed_add_host_js' ); 645 add_action( 'wp_head', 'wp_oembed_add_host_js' ); // Back-compat for sites disabling oEmbed host JS by removing action. 646 add_filter( 'embed_oembed_html', 'wp_maybe_enqueue_oembed_host_js' ); 646 647 647 648 add_action( 'embed_head', 'enqueue_embed_scripts', 1 );
Note: See TracChangeset
for help on using the changeset viewer.