remove_filter ( 'term_decription', 'wpautop' );. function config_tinymce( $config ) { $config['wpautop'] = false; return $config; }
確定! 回上一頁