How to make this clean?

时间:2015-03-01 作者:Dannie Herdyawan

我在本地主机上测试

$MySITE = \'http://www.ciusan.com\';

wp_editor($MySITE, \'CNB_Content\', $settings = array(\'media_buttons\' => false,) );
但在输出上始终:

http://localhost/\\"http://www.ciusan.com\\"
如何成为唯一:

http://www.ciusan.com

1 个回复
SO网友:Jason Murray

Try:

$MySITE = \'This is my site: <a href="\' . esc_url(\'http://www.ciusan.com\') . \'">Ciusan</a>\';

wp_editor($MySITE, \'CNB_Content\', $settings = array(\'media_buttons\' => false,) );
结束

相关推荐

第一次提交时WP-EDITOR为空

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