SiteShortCodesRender
Get a rendered shortcode for a site
Table Specific Information
SELECT
The server uses the WordPress API to process some of the filters.
- Shortcode supports the '=' comparison.
The server processes other filters client-side within the server. For example, the following queries are processed server side:
SELECT * FROM SiteShortCodesRender WHERE Shortcode = 'short_code_string'
SELECT * FROM SiteShortCodesRender WHERE Shortcode = '[gallery]'
Columns
| Name | Type | References | Description |
| Shortcode | String | The shortcode string submitted for rendering, typically including attributes or parameters as used in post content. | |
| Result | String | The rendered HTML output generated from the provided shortcode. | |
| ScriptsAggregate | String | A list of JavaScript dependencies required to properly render and display the shortcode output. | |
| StylesAggregate | String | A list of CSS stylesheets needed to apply the correct formatting and styling to the rendered shortcode content. |