- changed paid extensions;

This commit is contained in:
nikitozzzzzzz
2018-07-04 18:20:30 +03:00
parent 75f3e77cf8
commit c70057d139
+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' );