Viewing 2 replies - 1 through 2 (of 2 total)
  • I’ve reported this bug to the authors before, if you want to fix it yourself:

    File: inc/shortcodes.php
    Find line 24:

    'excerpts' => $qaplus_options['excerpts'],

    Replace with:

    'excerpts' => ( isset($qaplus_options['excerpts']) ? $qaplus_options['excerpts'] : ''),

    Plugin Author Dalton Rooney

    (@daltonrooney)

    Thanks for reporting, we’ll definitely get a fix for this ASAP.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Undefined index: excerpts’ is closed to new replies.