| 1 |
<?php |
| 2 |
|
| 3 |
if ( ! defined('WPINC') ) { |
| 4 |
wp_die(); |
| 5 |
} |
| 6 |
|
| 7 |
?><tr class="wpc-filter-tr <?php echo esc_attr( $attributes['class'] ); ?>-tr"<?php flrt_maybe_hide_row( $attributes ); ?>><?php |
| 8 |
|
| 9 |
flrt_include_admin_view('filter-field-label', array( |
| 10 |
'field_key' => $field_key, |
| 11 |
'attributes' => $attributes |
| 12 |
) |
| 13 |
); |
| 14 |
|
| 15 |
flrt_include_admin_view('filter-field-input', array( |
| 16 |
'field_key' => $field_key, |
| 17 |
'attributes' => $attributes |
| 18 |
) |
| 19 |
); |
| 20 |
|
| 21 |
?></tr> |