-
Posted a reply to WPML and Translation of ‘Heading text’, on the site WordPress.org Forums:
sorry, the correct code is: // do the magic add_action('plugins_loaded', 'toc_init', 12); function toc_init() {… -
Posted a reply to WPML and Translation of ‘Heading text’, on the site WordPress.org Forums:
this helped me. change the last line in toc.php from: // do the magic $tic…