开发者 |
jasonbahl
joefusco |
---|---|
更新时间 | 2025年2月28日 02:43 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.6.2 |
版权: | GPL-3 |
版权网址: | 版权信息 |
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:
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.