|
@@ -1,8 +1,8 @@ |
|
1
|
1
|
<?php |
|
2
|
2
|
|
|
3
|
|
-if ( ! defined('WPINC') ) { |
|
4
|
|
- wp_die(); |
|
3
|
+if ( ! defined('ABSPATH') ) { |
|
4
|
+ exit; |
|
5
|
5
|
} |
|
6
|
6
|
|
|
7
|
7
|
?> |
|
8
|
8
|
<tr class="<?php echo esc_attr( flrt_filter_row_class( $attributes ) ); ?>"<?php flrt_maybe_hide_row( $attributes ); ?>><?php |