mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
14 lines
390 B
PHP
14 lines
390 B
PHP
<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
|
|
|
|
<div id="um_view_photo" style="display:none">
|
|
|
|
<a href="javascript:void(0);" data-action="um_remove_modal" class="um-modal-close"
|
|
aria-label="<?php esc_attr_e( 'Close view photo modal', 'ultimate-member' ) ?>">
|
|
<i class="um-faicon-times"></i>
|
|
</a>
|
|
|
|
<div class="um-modal-body photo">
|
|
<div class="um-modal-photo"></div>
|
|
</div>
|
|
|
|
</div>
|