post_content)) { $regex = get_shortcode_regex(); preg_match_all('/'.$regex.'/', $post->post_content, $matches); if (!empty($matches[2]) && in_array('script', $matches[2])) { $script = trim(do_shortcode(shortcode_unautop($matches[5][0]))); ?>