Resources


PDF This document is presented in Portable Document Format (PDF). A PDF reader is required for viewing. Download a PDF Reader or learn more about PDFs.

External Link This is a link that points to a external domain. The DDOT Office of Information Technology & Innovation has provided links as a courtesy and is not responsible for information on websites administered outside of this office. Inquiries should be made to the sponsoring organizations or administrative office.

[insert_php]function pb_the_content_shortcode_fix($content) {
$array = array(

[‘ => ‘[‘,
‘]

‘ => ‘]’,
‘]‘ => ‘]’,
‘]‘ => ‘]’
);

return strtr($content, $array);
}
add_filter(‘the_content’, ‘pb_the_content_shortcode_fix’);[/insert_php]