PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.11.7
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.11.7
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
← All changes | classes/Visualizer/Render/Library.php +2 -0 3.11.63.11.7 View file →
@@ -265,8 +265,9 @@
265 265 private function _renderLibrary() {
266 266
267 267 // Added by Ash/Upwork
268 268 $filterBy = ! empty( $_GET['s'] ) ? sanitize_text_field( wp_unslash( $_GET['s'] ) ) : null; // phpcs:ignore WordPress.Security.NonceVerification.Recommended
269 +
269 270 // Added by Ash/Upwork
270 271 echo $this->custom_css;
271 272
272 273 $this->_renderProPopupBlocker();
@@ -275,8 +276,9 @@
275 276 echo '<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><symbol id="list-icon" fill="currentColor"><path d="M8 0C3.58 0 0 3.58 0 8C0 12.42 3.58 16 8 16C12.42 16 16 12.42 16 8C16 3.58 12.42 0 8 0ZM7.385 12.66H6.045L2.805 8.12L4.146 6.87L6.715 9.27L11.856 3.339L13.196 4.279L7.385 12.66Z"/></symbol></svg>';
276 277 $this->getDisplayForm();
277 278 echo '</div>';
278 279 echo '<div id="visualizer-content-wrapper">';
280 + echo '<div id="tsdk_banner" class="visualizer-banner"></div>';
279 281 if ( ! empty( $this->charts ) ) {
280 282 echo '<div id="visualizer-library" class="visualizer-clearfix">';
281 283 $count = 0;
282 284 foreach ( $this->charts as $placeholder_id => $chart ) {