Merge branch 'release/2.0.19'

# Conflicts:
#	readme.txt
#	ultimate-member.php
This commit is contained in:
nikitozzzzzzz
2018-07-05 18:11:00 +03:00
+8
View File
@@ -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' );