Skip to content

Commit

Permalink
Update reference after rename
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Fusco <[email protected]>
  • Loading branch information
josephfusco committed Feb 29, 2024
1 parent 7d050d7 commit 072bab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpgraphql-ide.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function user_lacks_capability(): bool {
* @return bool True if the current page is a dedicated WPGraphQL IDE page, false otherwise.
*/
function is_dedicated_ide_page(): bool {
return is_new_ide_page() || is_legacy_ide_page();
return is_ide_page() || is_legacy_ide_page();
}

/**
Expand Down

0 comments on commit 072bab8

Please sign in to comment.