如何从Metabox更新编辑器内容

时间:2017-05-27 作者:Mouner Mostafa

您好,我正在尝试更新和添加metabox中的编辑器内容,但未使用默认编辑器,因此我尝试使用

wp\\u update\\u post($数组);

但不起作用它会引起问题

致命错误:最大函数嵌套级别为“100”

那么,是否可以在不使用默认编辑器的情况下从metabox添加或更新帖子内容

1 个回复
SO网友:Mouner Mostafa

我找到答案了我只是加上

全球wpdb美元;

然后更新数据库

$wpdb->query( "UPDATE `$wpdb->posts` SET 
        `post_content` = \'".current_time("Y-m-d H:i:s")."\'
         WHERE `ID` = \'".$_POST[\'content\']."\'" );

结束

相关推荐

防止WP在应用‘IMAGE_SEND_EDITOR’过滤器后将html包装在标题快捷代码中

在我的functions.php 当附件被发送到编辑器时,我编写了一些函数来过滤附件输出代码。function filter_image_send_to_editor($html, $id, $caption, $title, $align, $url, $size, $alt) { $arr = get_attachments_and_widths_arr($id); return attachments_and_widths_to_html($arr, $id, $align