Add a Hook to Bypass the Welcome Screen

You can add a hook to bypass the Welcome / Setup Wizard Screen when Stackable is activated by using this PHP filter:

add_filter( 'stackable_activation_screen_enabled', '__return_false' );