媒体库中是否有任何钩子或动作来触发插入帖子功能?

时间:2015-11-18 作者:JoT

我正在寻求帮助,以找到动作或挂钩,以便启动功能insert into post 在媒体库中。我确实为我的视频创建了一个新选项卡,并希望通过单击标签或按钮将视频嵌入WordPress编辑器来插入转换后的视频。

请帮忙谢谢

1 个回复
最合适的回答,由SO网友:bueltge 整理而成

钩子是media_send_to_editor.

从核心的源头。

apply_filters (
    \'media_send_to_editor\',      
    string $html,
    int $send_id, 
    array $attachment
()

过滤发送到编辑器的媒体项的HTML标记。

相关推荐

第一次提交时WP-EDITOR为空

我在一个简单的插件中使用wp编辑器,但我遇到了一个问题,第一次点击提交按钮时,数据库中的内容是空白的。<?php $editor_id = \'mycontent\'; wp_editor($content, $editor_id ); ?> 因此,我尝试使用以下内容提醒内容:if (j(\".wp-content-wrap\").hasClass(\"tmce-active\")){ alert(