| 开发者 |
jasonbahl
joefusco |
|---|---|
| 更新时间 | 2026年4月24日 05:10 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.8 |
| 版权: | GPL-3.0 |
| 版权网址: | 版权信息 |
The non-compressed source code for the JavaScript and CSS files is available in the following directories:
The WPGraphQL IDE plugin includes several important dependencies. You can learn more about these libraries at the following links:
WPGraphQL IDE uses the Appsero SDK to collect telemetry data only after user consent. This helps improve the plugin while respecting user privacy. When telemetry is enabled, the same payloads are also mirrored to WPGraphQL-operated infrastructure at https://telemetry.wpgraphql.com.
wp_localize_escaped_data() function for recursively escaping data before localizing it in WordPress. This ensures safe output of strings, URLs, integers, and nested arrays when passing data to JavaScript, using native WordPress functions like wp_kses_post() and esc_url().wp_localize_script(), preventing potential XSS vulnerabilities and ensuring safe use of dynamic data in JavaScript.