• I discovered an code error in generator.php, class Su_Generator. About line 435 there is:
    $output .= $this->get_shortcode_code( $shortcode['content'] );
    The method $this is not alowed in the code here. At least, that is what Visual Studio reports.

    Perhaps something for next release to fix.

  • The topic ‘$this used in static method, forbidden php in generator.php’ is closed to new replies.