wp-includes/embed.php

WP文件 38
oEmbed API: Top-level oEmbed functionality
函数/钩子名 描述
the_embed_site_title (函数) the_embed_site_title – 这个WordPress函数是用来输出当前嵌入网站的标题。它通常被用在一个嵌入式模板中,以显示被嵌入的网站的标题。
print_embed_styles (函数) print_embed_styles: 这个动作用来打印从外部来源嵌入内容到WordPress所需的样式。
print_embed_sharing_dialog (函数) print_embed_sharing_dialog: 这个动作用来打印一个对话框,用于分享一个嵌入的文章。
print_embed_sharing_button (函数) print_embed_sharing_button: 这个动作用来打印一个用于分享嵌入文章的按钮。
print_embed_scripts (函数) print_embed_scripts: 这个动作用来打印从外部来源嵌入内容到WordPress所需的脚本。
print_embed_comments_button (函数) print_embed_comments_button: 这个动作用来打印一个按钮,用于在一个嵌入的文章上发表评论。
get_post_embed_url (函数) get_post_embed_url函数用于检索给定文章的嵌入内容的url。它只接受一个参数,即文章的ID。然后可以使用URL使用适当的HTML标记嵌入内容。
get_post_embed_html (函数) get_post_embed_html函数用于检索文章嵌入内容的html代码。它只接受一个参数,即文章的ID: 此函数返回显示文章嵌入内容所需的HTML代码。嵌入的内容可以是从视频到音频文件或社交媒体
get_oembed_response_data_rich (函数) get_oembed_response_data_rich函数用于检索特定URL的oEmbed响应数据,并格式化数据以用于富媒体嵌入: 这个函数可以用来以一种视觉上吸引人的方式显示来自其他网站的嵌入内
get_oembed_response_data_for_url (函数) get_oembed_response_data_for_url函数用于检索特定URL的oEmbed响应数据,并将结果缓存起来: 这个函数可以通过避免对oEmbed提供者的不必要的请求来提高性能。
get_oembed_response_data (函数) get_oembed_response_data函数是用来检索特定URL的oEmbed响应数据的: 这个函数可以用来在WordPress文章或页面中显示其他网站的嵌入内容。
get_oembed_endpoint_url (函数) get_oembed_endpoint_url函数用于检索特定URL的oEmbed端点的URL: 这个函数可以用来将其他网站的内容嵌入到WordPress的文章或页面中。
enqueue_embed_scripts (函数) enqueue_embed_scripts: 这个函数将在WordPress网站上嵌入媒体所需的脚本排队。
_wp_oembed_get_object (函数) _wp_oembed_get_object: 这是一个私有函数,用于检索指定URL的oEmbed响应数据。它被wp_oembed_get函数调用,该函数用于通过提供不同网站的URL来嵌入内容。
_oembed_rest_pre_serve_request (函数) _oembed_rest_pre_serve_request: 这个钩子用于在REST API请求中的oEmbed响应被提供之前修改它。
_oembed_filter_feed_content (函数) _oembed_filter_feed_content: 这个函数用来过滤feed中oEmbed响应的内容。
_oembed_create_xml (函数) _oembed_create_xml: 此函数用于创建oEmbed响应的XML表示。
More

常见问题

FAQs
查看更多 >