Viewing 1 replies (of 1 total)
  • I have manually patched this until they release an update.
    Changed the first line with the content below
    //add_action( ‘widgets_init’, create_function( ”, ‘register_widget( “Open_Table_Widget” );’ ) );
    add_action(
    ‘widgets_init’,
    function () {
    return register_widget(“Open_Table_Widget”);
    }

    );

Viewing 1 replies (of 1 total)
  • The topic ‘PHP-7.2. Deprecated: Function create_function()’ is closed to new replies.