开发者 | FanaticPythoner |
---|---|
更新时间 | 2021年1月8日 21:32 |
捐献地址: | 去捐款 |
PHP版本: | 7.4+ 及以上 |
WordPress版本: | 5.6 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
/wp-content/plugins/dynamic-shortcode-ajax
directory, or install the plugin through the WordPress plugins screen directly.Go in your wp-admin page. Look at the admin menu on your left, you should see a tab "Shortcodes" with the Dynamic Shortcode logo.
Dynamic Replace will not permanently change your html pages: it works by replacing the shortcodes dynamically before each page load. Thus, it will not overwrite your html pages in any way.
Dynamic Shortcode act as a black box proxy: It takes the very state of the request while it tries to call the original shortcode, saves it, then reload it when the AJAX call is made to execute the original shortcode. Since Dynamic Shortcode is a black box proxy, it does not alter the original request in any way. While make sure that no PHP remote code execution occur while the parameters are sent through the Dynamic Shortcode proxy, it is your responsibility to validate, escape and sanitize any parameter sent to your shortcode. It is also your your responsibility to make sure that the web request is legitimate.