mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed user registration;
- phpDoc;
This commit is contained in:
@@ -5,8 +5,15 @@ namespace um\core;
|
||||
if ( ! defined( 'ABSPATH' ) ) exit;
|
||||
|
||||
if ( ! class_exists( 'External_Integrations' ) ) {
|
||||
|
||||
|
||||
/**
|
||||
* Class External_Integrations
|
||||
* @package um\core
|
||||
*/
|
||||
class External_Integrations {
|
||||
|
||||
|
||||
/**
|
||||
* Access constructor.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user