true, 'tour' => true, 'video' => true, 'video_embed' => '', 'knowledge_base' => true, 'knowledge_base_url' => 'https://www.wpbeaverbuilder.com/knowledge-base/', 'forums' => true, 'forums_url' => 'http://support.vamtam.com/support/login', ); } public static function plugins_page( $plugins ) { return $plugins; } public static function themes_page( $themes ) { return $themes; } public static function theme_gettext( $text ) { return $text; } }