• Hey Guys,
    since PHP 7.2, create_function has been deprecated and since PHP 8.0 this function has been removed.

    I changed Line 60 in getyourguide-widget.php to:

    add_action( 'widgets_init', 'GetYourGuide_Widget' );
    function GetYourGuide_Widget() { 
        register_widget( 'GetYourGuide_Widget' );
    }

    and so I can install the Plugin.

    Unfortunately, the blocks and widgets still bring errors to Gutenberg.

    The currency and language settings are not output either, but are saved.
    Do you plan to fix this?

  • The topic ‘create_function & other Errors’ is closed to new replies.