mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 14:43:49 +09:00
12 lines
208 B
PHP
12 lines
208 B
PHP
<?php
|
|
/**
|
|
* @version 1.0.0
|
|
*/
|
|
if ( ! defined( 'ABSPATH' ) ) exit; ?>
|
|
|
|
<div class="um-locked-content">
|
|
|
|
<div class="um-locked-content-msg"><?php echo htmlspecialchars_decode( $lock_text ); ?></div>
|
|
|
|
</div>
|