mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-14 04:06:36 +09:00
- added PHPDocs;
- small fixes and code optimization;
This commit is contained in:
@@ -5,6 +5,12 @@ namespace um\admin\core;
|
||||
if ( ! defined( 'ABSPATH' ) ) exit;
|
||||
|
||||
if ( ! class_exists( 'Admin_Forms_Settings' ) ) {
|
||||
|
||||
|
||||
/**
|
||||
* Class Admin_Forms_Settings
|
||||
* @package um\admin\core
|
||||
*/
|
||||
class Admin_Forms_Settings extends Admin_Forms {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user