| @@ -72,9 +72,9 @@ | ||
| 72 | 72 | if ( empty( $documentID ) ) { |
| 73 | 73 | return esc_html__( 'Slider ID is required.', 'depicter' ); |
| 74 | 74 | } |
| 75 | 75 | if( $args['useCache'] && ( false !== $cacheOutput = $this->getDocumentCache( $documentID, $args ) ) ){ |
| 76 | - return $cacheOutput . '<span hidden>Depicter cache hit.</span>'; | |
| 76 | + return $cacheOutput; | |
| 77 | 77 | } |
| 78 | 78 | |
| 79 | 79 | $output = ''; |
| 80 | 80 | $where = [ 'status' => $args['status'] ]; |
| @@ -110,9 +110,9 @@ | ||
| 110 | 110 | } |
| 111 | 111 | } |
| 112 | 112 | |
| 113 | 113 | $output = $documentModel->getBeforeInitCssAndTag() . $output; |
| 114 | - | |
| 114 | + | |
| 115 | 115 | //---------- |
| 116 | 116 | |
| 117 | 117 | $cssLinksToEnqueue = $documentModel->getCustomCssFiles( 'all' ); |
| 118 | 118 | |