PATH:
home
/
letacommog
/
camarsac
/
wp-content
/
plugins
/
jet-engine
/
templates
/
forms
/
common
<?php /** * Field description template */ if ( 'heading' === $args['type'] ) { $class = 'jet-form__heading-desc'; $tag = 'div'; } else { $class = 'jet-form__desc'; $tag = 'small'; } printf( '<%1$s class="%2$s">%3$s</%1$s>', $tag, $class, $args['desc'] );
[+]
..
[-] field-column.php
[edit]
[-] field-label.php
[edit]
[-] end-page.php
[edit]
[-] field-row.php
[edit]
[-] end-form-row.php
[edit]
[-] prev-page-button.php
[edit]
[-] start-form.php
[edit]
[-] start-page.php
[edit]
[-] start-form-row.php
[edit]
[-] field-description.php
[edit]
[-] messages.php
[edit]
[-] end-form.php
[edit]
[-] field-message.php
[edit]