Skip to content

Commit

Permalink
fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
bradp committed Jan 23, 2025
1 parent c0043f0 commit 3430f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Performance.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) );
Expand Down

0 comments on commit 3430f68

Please sign in to comment.