jetpack_connection_tests_loaded, $this

jetpack_connection_tests_loaded, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_connection_tests_loaded, $this') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-connection/src/health/class-connection-health-tests.php line 49
    		 * @since 8.5.0 Moved from Jetpack_Cxn_Tests to Connection_Health_Tests.
    		 *
    		 * @param Connection_Health_Tests $this The Connection_Health_Tests instance.
    		 */
    		do_action( 'jetpack_connection_tests_loaded', $this );
    
    		/**
    		 * Determines if the WP.com testing suite should be included.
    		 *
    		 * @since 7.1.0
    		 * @since 8.1.0 Default false.