• Hello,

    This plugin is essentially a backend plugin, but its getting called even when frontend output is generated.
    Easy fix would be to add:

    if (!is_admin())
    	return;

    to tinymce_template.php.

  • The topic ‘The plugin is always called’ is closed to new replies.