'' ), $atts)); $content = ''; if($id){ $init = new \ULTP\ULTP_Initialization(); $init->register_scripts_common(); ultimate_post()->set_css_style($id); $content_post = get_post($id); $content = $content_post->post_content; $content = apply_filters('the_content', $content); $content = str_replace(']]>', ']]>', $content); return '
' . $content . '
'; } return ''; } }