drx_raw (shortcode)

Raw shortcode

Returns the raw content without parsing shortcodes etc. The shortcode has no attributes.

Example

Code

<div>[title]</div>
<div>[drx_raw][title][/drx_raw]</div>

Source Output

<div>drx_raw (shortcode)</div>
<div>[title]</div>

Display Output

drx_raw (shortcode)
[title]