Skip to content

Commit

Permalink
Rename filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
techanvil committed Dec 10, 2024
1 parent a314712 commit fd81bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Core/Tags/First_Party_Mode/First_Party_Mode.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public function healthcheck() {

// Allow filters to override the health check results if needed.
$is_fpm_healthy = apply_filters( 'googlesitekit_is_fpm_healthy', $is_fpm_healthy );
$is_script_access_enabled = apply_filters( 'googlesitekit_is_script_access_enabled', $is_script_access_enabled );
$is_script_access_enabled = apply_filters( 'googlesitekit_is_fpm_script_access_enabled', $is_script_access_enabled );

$this->first_party_mode_settings->merge(
array(
Expand Down

0 comments on commit fd81bc8

Please sign in to comment.