We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05741f5 commit 6fafc4fCopy full SHA for 6fafc4f
classes/Visualizer/Module/Admin.php
@@ -1182,7 +1182,7 @@ public function addMultilingualSupport( $chart_id ) {
1182
*
1183
* @return bool Default false
1184
*/
1185
- public function checkChartStatus( $type ) {
+ public static function checkChartStatus( $type ) {
1186
$types = self::_getChartTypesLocalized( false, false, false, true );
1187
if ( isset( $types[ $type ] ) ) {
1188
return ! empty( $types[ $type ]['enabled'] );
0 commit comments