开发者 | wpizard |
---|---|
更新时间 | 2025年9月29日 14:29 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/
.[anys]
shortcode anywhere you want.Yes — use {func:function_name(arguments)}
syntax in any attribute.
Yes — {get:param_name}
will be replaced with the value from the query string.
Yes — all values are escaped using wp_kses_post()
by default.