• This plugin fails to work properly if you’re redefined where the plugins folder lives (e.g., somewhere else than wp-content/plugins). To fix, change line 71 from

    include ABSPATH . PLUGINDIR . "/wp-subtitle/admin/panel.inc.php";

    to

    include WP_CONTENT_DIR . '/plugins' . "/wp-subtitle/admin/panel.inc.php";

  • The topic ‘[Plugin: WP Subtitle] Doesn't work if custom location for plugins’ is closed to new replies.