mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Merge branch 'release/2.0.19'
# Conflicts: # readme.txt # ultimate-member.php
This commit is contained in:
@@ -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' );
|
||||
|
||||
Reference in New Issue
Block a user