mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
13 lines
163 B
PHP
13 lines
163 B
PHP
<?php
|
|
namespace um\core;
|
|
|
|
// Exit if accessed directly
|
|
if ( ! defined( 'ABSPATH' ) ) exit;
|
|
|
|
if ( ! class_exists( 'um\core\Login' ) ) {
|
|
|
|
class Login {
|
|
|
|
}
|
|
|
|
} |