ODBC Driver for WordPress

Build 25.0.9434

SiteShortCodesRender

Get a rendered shortcode for a site

Table Specific Information

SELECT

The driver uses the WordPress API to process some of the filters.

  • Shortcode supports the '=' comparison.

The driver processes other filters client-side within the driver. 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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434