• Due to changes made in WP 6.7 many plugins including this one have the following notice:

    Notice: Function _load_textdomain_just_in_time was called incorrectly

Viewing 1 replies (of 1 total)
  • Thread Starter Josh Journey

    (@ljosh)

    Found out how to fix this. Open file: wp-content/plugins/tinymce-templates/tinymce-templates.php

    Change line 114 to the following:
    add_action( ‘init’, array( $this, ‘plugins_loaded’ ) );

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.