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 ce7c1fc commit 0b046dbCopy full SHA for 0b046db
modules/core/Enlighter.php
@@ -241,7 +241,17 @@ public function settingsPage(){
241
'webfonts' => array()
242
);
243
}
244
-
+
245
+ // retrieve themes
246
+ public function getThemes(){
247
+ return $this->_themeManager->getThemes();
248
+ }
249
250
+ // retrieve languages
251
+ public function getLanguages(){
252
+ return $this->_languageManager->getLanguages();
253
254
255
public function _wp_plugin_upgrade($currentVersion){
256
// upgrade from < 4.0 ? use v3.99 condition to ensure that beta versions are not altered!
257
if (version_compare($currentVersion, '3.99', '<')){
0 commit comments