嘗試在發起新帖子上,可以使用 emoji,插件是 Super Emoji Plus+。
但是沒法顯示出來,只能在新建文章或頁面中有,但發起新帖子上沒有
在外網上上找到一段代碼
function bbp_enable_visual_editor( $args = array() ) {
$args[‘tinymce’] = true;
return $args;
}
add_filter( ‘bbp_after_get_the_content_parse_args’, ‘bbp_enable_visual_editor’ );
説把這段代碼放到 functions.php 文件就可以實現
但是當我放進去以後,刷新頁面後卻説我的站點有什麼錯誤,後來把它刪去就又可以連上。