File manager - Edit - /home/palg2351/public_html/wp-content/plugins/jetformbuilder/templates/common/field-description.php
Back
<?php /** * Field description template */ // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } if ( isset( $args['type'] ) && 'heading-field' === $args['type'] ) { $class = 'jet-form-builder__heading-desc'; $format = '<div class="%1$s">%2$s</div>'; } else { $class = 'jet-form-builder__desc'; $format = '<div class="%1$s"><small>%2$s</small></div>'; } // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped printf( $format, esc_attr( $class ), wp_kses_post( $args['desc'] ) );
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.3 |
proxy
|
phpinfo
|
Settings