table-of-contents-plus
table-of-contents-plus copied to clipboard
[qtranslate-x][+fix] Widget lists all languages
Fixed it by adding __().
1612: $items = $tic->extract_headings( $find, $replace, wptexturize(__($post->post_content)) );
wanted to post a similar issue. I fixed it by adding
$content = __($content);
in line 1321 - also solved the issue.