{$type}_send_to_editor_url

过滤钩子
apply_filters( "{$type}_send_to_editor_url", $html, $src, $link_text )

{$type}_send_to_editor_url 是 WordPress 中的过滤器钩子,用于修改要发送给编辑器的 URL。 “$type”的值是插入到编辑器中的媒体文件的类型,例如图像、音频或视频。

这个过滤器在wp-admin/includes/media.php中有记录。

$html = apply_filters( "{$type}_send_to_editor_url", $html, $src, $link_text );

常见问题

FAQs
查看更多 >