embed_maybe_make_link

过滤钩子
apply_filters( 'embed_maybe_make_link', $output, $url )
参数
  • (string) $output The linked or original URL.
    Required:
  • (string) $url The original URL.
    Required:
定义位置
相关勾子
embed_oembed_htmloembed_min_max_widthedit_comment_linkget_edit_comment_linkedit_term_link
相关方法
_maybe_update_pluginsget_year_linkedit_comment_link_get_page_linkedit_term_linkget_edit_comment_link
引入
2.9.0
弃用
-

embed_maybe_make_link: 如果内容是一个独立的URL,这个函数用于将oEmbed的HTML内容包裹在一个超链接中。

过滤返回的、可能有链接的嵌入URL。

return apply_filters( 'embed_maybe_make_link', $output, $url );

常见问题

FAQs
查看更多 >