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:
@@ -3,8 +3,13 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
||||
|
||||
if ( ! class_exists( 'UM_Menu_Item_Custom_Fields_Editor' ) ) {
|
||||
|
||||
|
||||
/**
|
||||
* Class UM_Menu_Item_Custom_Fields_Editor
|
||||
*/
|
||||
class UM_Menu_Item_Custom_Fields_Editor {
|
||||
|
||||
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user