PluginProbe
Depicter — Popup & Slider Builder / 1.9.2
Depicter — Popup & Slider Builder v1.9.2
4.8.1 trunk 1.0.0 1.1.0 1.1.2 1.1.4 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.5 1.3.8 1.5.0 1.5.1 1.5.2 1.5.5 1.6.0 1.6.1 1.6.2 1.7.0 All 76 releases
← All changes | app/src/Front/Render.php +2 -2 1.3.81.9.2 View file →
@@ -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