PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.7.8
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.7.8
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/Sidebar.php +7 -0 3.7.73.7.8 View file →
@@ -119,8 +119,15 @@
119 119 'titleTextStyle[color]',
120 120 isset( $this->titleTextStyle['color'] ) ? $this->titleTextStyle['color'] : null,
121 121 '#000'
122 122 );
123 +
124 + self::_renderTextAreaItem(
125 + esc_html__( 'Chart Description', 'visualizer' ),
126 + 'description',
127 + $this->description,
128 + sprintf( esc_html__( 'Description to display in the structured data schema as explained %1$shere%2$s', 'visualizer' ), '<a href="https://developers.google.com/search/docs/data-types/dataset#dataset" target="_blank">', '</a>' )
129 + );
123 130 }
124 131
125 132 /**
126 133 * Add the correct description for the manual configuration box.