attribute['sg_setting_contact_form'] ); $form = get_post( $form_id ); if ( 'wpcf7_contact_form' === $form->post_type ) { $output = $this->render_wrapper( 'contact-form-7', do_shortcode( '[contact-form-7 id="' . $form_id . '"]' ) ); } } return $output; } }