Viewing 2 replies - 1 through 2 (of 2 total)
  • Same problem.
    The error message is:
    Fatal error: Call to undefined function wp_get_current_user() in xxx/wp-includes/capabilities.php on line 1187

    The solution is to replace:
    include('settings.php');
    by
    include(dirname(__FILE__) . '/settings.php');
    in custom-tinymce-shortcode-button.php line 12.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom TinyMCE Shortcode Button break Multisite’ is closed to new replies.