diff --git a/includes/Performance.php b/includes/Performance.php index 299688c..863ca6b 100644 --- a/includes/Performance.php +++ b/includes/Performance.php @@ -88,7 +88,7 @@ public function __construct( Container $container ) { new ImageManager( $container ); $container->set( 'healthCheckManager', $healthCheckManager ); - $healthChecks->addHealthChecks(); + $healthChecks->add_health_checks(); add_action( 'admin_bar_menu', array( $this, 'adminBarMenu' ), 100 ); add_action( 'admin_menu', array( $this, 'add_sub_menu_page' ) );