You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/wp-includes/embed.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -332,7 +332,7 @@ function wp_oembed_register_route() {
332
332
*
333
333
* @since 4.4.0
334
334
* @since 6.8.0 Output was adjusted to only embed if the post supports it.
335
-
* @since 6.9.0 Now runs first at `wp_head` priority 4, with a fallback to priority 10.
335
+
* @since 6.9.0 Now runs first at `wp_head` priority 4, with a fallback to priority 10. This helps ensure the discovery links appear within the first 150KB.
336
336
*/
337
337
functionwp_oembed_add_discovery_links() {
338
338
// For back-compat, short-circuit if a plugin has removed the action at the original priority.
0 commit comments