Dynamic Shortcode
Make any shortcode asynchronous - Eliminate render-blocking shortcodes, improve user experience and Google PageSpeed Insights.
4 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_dynamic_shortcode | Stores dynamic shortcode data created by this plugin. | Static |
| wp_dynamic_shortcode_globalsettings | Stores dynamic shortcode globalsettings data created by this plugin. | Static |
| wp_dynamic_shortcode_placeholders | Stores dynamic shortcode placeholders data created by this plugin. | Static |
| wp_dynamic_shortcode_settings | Stores dynamic shortcode settings data created by this plugin. | Static |