diff --git a/_inc/lib/debugger/class-jetpack-cxn-tests.php b/_inc/lib/debugger/class-jetpack-cxn-tests.php index 87fbfc06bbe49..e0f72d5d2fb6e 100644 --- a/_inc/lib/debugger/class-jetpack-cxn-tests.php +++ b/_inc/lib/debugger/class-jetpack-cxn-tests.php @@ -33,8 +33,9 @@ public function __construct() { * Fires after loading default Jetpack Connection tests. * * @since 7.1.0 + * @since 8.3.0 Passes the Jetpack_Cxn_Tests instance. */ - do_action( 'jetpack_connection_tests_loaded' ); + do_action( 'jetpack_connection_tests_loaded', $this ); /** * Determines if the WP.com testing suite should be included.