diff --git a/includes/core/class-plugin-updater.php b/includes/core/class-plugin-updater.php index 9dfa9ccf..e8dc4c51 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' );