Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Matt Bagley

    (@mydigitalwalk)

    I’m thinking just remove the ‘&’ in front of the function on that line.

    From

    $parent = &get_post($parent);

    to

    $parent = get_post($parent);

    Plugin Author Jeffrey L. Smith

    (@seo-design-solutions)

    Thanks Matt:

    Removed on next version, pushing later today.

    Jeffrey

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘php error (function called by reference)’ is closed to new replies.