Skip to content

Commit

Permalink
Help Center: use Zendesk staging when proxied (#39566)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcangelini authored Sep 30, 2024
1 parent 3c21b1b commit c94ffe2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: changed

Help Center: use Zendesk staging when proxied
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ function ( $wp_admin_bar ) {
'help-center',
'const helpCenterData = ' . wp_json_encode(
array(
'isProxied' => boolval( self::is_proxied() ),
'currentUser' => array(
'ID' => $user_id,
'username' => $username,
Expand Down

0 comments on commit c94ffe2

Please sign in to comment.