PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 1.7.6
Visualizer – Tables & Charts Manager with Built-in AI Generator v1.7.6
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 3.10.4 All 148 releases
← All changes | classes/Visualizer/Render/Page.php +10 -0 4.0.71.7.6 View file →
@@ -63,10 +63,19 @@
63 63 * @access protected
64 64 */
65 65 protected function _renderSidebar() {
66 66 echo '<div id="sidebar">';
67 + echo '<ul class="group-wrapper">';
67 68 $this->_renderSidebarContent();
69 + echo '</ul>';
68 70
71 + echo '<div id="rate-the-plugin">';
72 + echo '<div><b>', esc_html__( 'Like the plugin? Show us your love!', 'visualizer' ), '</b></div>';
73 + echo '<div id="rate-stars">&nbsp;</div>';
74 + echo '<a id="rate-link" href="http://wordpress.org/support/view/plugin-reviews/visualizer" target="_blank">';
75 + esc_html_e( 'Rate it on WordPress.org', 'visualizer' );
76 + echo '</a>';
77 + echo '</div>';
69 78 echo '</div>';
70 79 }
71 80
72 81 /**
@@ -85,5 +94,6 @@
85 94 *
86 95 * @access protected
87 96 */
88 97 protected function _renderToolbar() {}
98 +
89 99 }