\[code\]add\_filter( 'comment\_form\_field\_comment', 'comment\_editor' );
function comment\_editor() {
global $post;
ob\_start();
wp\_editor( '', 'comment', array(
'textarea\_rows' => 15,
'tinymce' => true,
'quicktags' => false,
'media\_buttons' => true
) );
$editor = ob\_get\_contents();
ob\_end\_clean();
//make sure comment media is attached to parent post
$editor = str\_replace( 'post\_id=0', 'post\_id='.get\_the\_ID(), $editor );
return $editor;
}\[/code\]
هذا الكود سيظهر لك المحرر كاملا في التعليقات
فقط اضفه إلى ملف functions.php