From c70057d139d38715537417ecf84718dba05c98b6 Mon Sep 17 00:00:00 2001 From: nikitozzzzzzz Date: Wed, 4 Jul 2018 18:20:30 +0300 Subject: [PATCH] - changed paid extensions; --- includes/core/class-plugin-updater.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/includes/core/class-plugin-updater.php b/includes/core/class-plugin-updater.php index 5d77fc08..6efa2067 100644 --- a/includes/core/class-plugin-updater.php +++ b/includes/core/class-plugin-updater.php @@ -115,6 +115,14 @@ if ( ! class_exists( 'um\core\Plugin_Updater' ) ) { 'key' => 'woocommerce', 'title' => 'Woocommerce', ), + 'um-user-photos/um-user-photos.php' => array( + 'key' => 'user_photos', + 'title' => 'User Photos', + ), + 'um-private-content/um-private-content.php' => array( + 'key' => 'private_content', + 'title' => 'Private Content', + ), ); $the_plugs = get_option( 'active_plugins' );