PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 4.0.8
Visualizer – Tables & Charts Manager with Built-in AI Generator v4.0.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/Module/Language.php +12 -1 3.1.04.0.8 View file →
@@ -18,9 +18,9 @@
18 18 * Translation for TinyMCE
19 19 */
20 20
21 21 if ( ! class_exists( '_WP_Editors' ) ) {
22 - require( ABSPATH . WPINC . '/class-wp-editor.php' );
22 + require ABSPATH . WPINC . '/class-wp-editor.php';
23 23 }
24 24
25 25 /**
26 26 * The module for all languages stuff.
@@ -67,8 +67,19 @@
67 67
68 68 return $translated;
69 69 }
70 70
71 + /**
72 + *
73 + * The method that returns the strings array
74 + *
75 + * @since ?
76 + * @access public
77 + * @return array
78 + */
79 + public function get_strings() {
80 + return $this->strings;
81 + }
71 82 }
72 83
73 84 $visualizerLangClass = new Visualizer_Module_Language();
74 85 $strings = $visualizerLangClass->tinymce_translation();