PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.0.0
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.0.0
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/Module.php +2 -2 2.2.03.0.0 View file →
@@ -145,13 +145,13 @@
145 145
146 146 /**
147 147 * Extracts the data for a chart and prepares it for the given type.
148 148 *
149 - * @access protected
149 + * @access public
150 150 * @param int $chart_id The chart id.
151 151 * @param string $type The exported type.
152 152 */
153 - protected function _getDataAs( $chart_id, $type ) {
153 + public function _getDataAs( $chart_id, $type ) {
154 154 $final = null;
155 155 $success = false;
156 156 if ( $chart_id ) {
157 157 $chart = get_post( $chart_id );