| Server IP : 194.124.73.198 / Your IP : 216.73.216.146 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/front/ |
Upload File : |
<form method="get" class="pods-form-filters pods-form-filters-<?php echo esc_attr( $pod->pod ); ?>" action="<?php echo esc_attr( $action ); ?>">
<input type="hidden" name="type" value="<?php echo esc_attr( $pod->pod ); ?>" />
<?php
foreach ( $fields as $name => $field ) {
if ( in_array( $field['type'], array( 'pick', 'taxonomy' ), true ) && 'pick-custom' !== $field['pick_object'] && ! empty( $field['pick_object'] ) ) {
$field['pick_format_type'] = 'single';
$field['pick_format_single'] = 'dropdown';
$field['pick_select_text'] = '-- ' . $field['label'] . ' --';
$filter = pods_var_raw( 'filter_' . $name, 'get', '' );
// @todo Support other field types.
$field['type'] = 'pick';
echo PodsForm::field( 'filter_' . $name, $filter, $field['type'], $field, $pod->pod, $pod->id() );
}
}
?>
<input type="text" class="pods-form-filters-search" name="<?php echo esc_attr( $pod->search_var ); ?>" value="<?php echo esc_attr( $search ); ?>" />
<input type="submit" class="pods-form-filters-submit" value="<?php echo esc_attr( $label ); ?>" />
</form>