/
/
home
/
melaqxso
/
nymetrocualumni.com
/
wp-content
/
plugins
/
hub-core
/
shortcodes
/
contact-form
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.61
PHP 7.4.33
Dir:
/home/melaqxso/nymetrocualumni.com/wp-content/plugins/hub-core/shortcodes/contact-form
Edit:
/home/melaqxso/nymetrocualumni.com/wp-content/plugins/hub-core/shortcodes/contact-form/view.php
<?php extract( $atts ); // check if( empty( $id ) ) { return; } $this->generate_css(); $classes = array( 'lqd-contact-form', $size, $shape, $roundness, $thickness, $btn_shape, $btn_thickness, $btn_size, $btn_width, $btn_roundness, $el_class, $this->get_id(), trim( vc_shortcode_custom_css_class( $css ) ) ); $replace = array( 'class="wpcf7"' ); $with = array( 'class="wpcf7"' ); if( ! empty( $btn ) ) { $replace[] = 'class="wpcf7-form-control wpcf7-submit"'; $with[] = 'class="'. $btn .' wpcf7-form-control wpcf7-submit"'; } $form = do_shortcode( sprintf( '[contact-form-7 id="%d"]', intval( $id ) ) ); // Integrate Icon //$icon = liquid_get_icon( $atts ); /* if( $icon['type'] && 'left' == $icon['align'] ) { $form = str_replace( 'wpcf7-form-control wpcf7-submit">', sprintf( 'wpcf7-form-control wpcf7-submit"><i class="%s"></i> ', $icon['icon'] ), $form ); } if( $icon['type'] && 'right' == $icon['align'] ) { $form = str_replace( '</button>', sprintf( ' <i class="%s"></i></button>', $icon['icon'] ), $form ); } */ ?> <div id="<?php echo $this->get_id(); ?>" class="<?php echo ld_helper()->sanitize_html_classes( $classes ) ?>"> <?php echo str_replace( $replace, $with, $form ); ?> </div>
Ukuran: 1.2 KB