| Server IP : 194.124.73.198 / Your IP : 216.73.216.61 Web Server : Apache System : Linux vps0314.00gate.com 5.15.0-1089-azure #98~20.04.1-Ubuntu SMP Fri May 2 20:18:39 UTC 2025 x86_64 User : spaceten.it_vps0314 ( 10000) PHP Version : 8.0.30 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/spaceten.it/salumipasini.spaceten.it/wp-content/plugins/pods/ui/fields/ |
Upload File : |
<label<?php PodsForm::attributes( $attributes, $name, 'label' ); ?>>
<?php
echo wp_kses_post( $label );
if ( 1 == pods_var( 'required', $options, pods_var( 'options', $options, $options ) ) ) {
echo ' <abbr title="required" class="required">*</abbr>';
}
if ( 0 == pods_var( 'grouped', $options, 0, null, true ) && ! empty( $help ) && __( 'help', 'pods' ) !== $help ) {
pods_help( $help );
}
?>
</label>