| @@ -77,9 +77,8 @@ | ||
| 77 | 77 | if ( isset( $_GET['s'] ) && strlen( $_GET['s'] ) > 0 ) { |
| 78 | 78 | $filterBy = filter_input( INPUT_GET, 's', FILTER_SANITIZE_STRING ); |
| 79 | 79 | } |
| 80 | 80 | // Added by Ash/Upwork |
| 81 | - echo $this->custom_css; | |
| 82 | 81 | echo '<div id="visualizer-types" class="visualizer-clearfix">'; |
| 83 | 82 | echo '<ul class="subsubsub">'; |
| 84 | 83 | foreach ( $this->types as $type => $array ) { |
| 85 | 84 | if ( ! is_array( $array ) ) { |