mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
14 lines
274 B
PHP
14 lines
274 B
PHP
<?php
|
|
/**
|
|
* Template for the modal form
|
|
*
|
|
* This template can be overridden by copying it to yourtheme/ultimate-member/modal/um_upload_single.php
|
|
*
|
|
* @version 1.0.0
|
|
*/
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit;
|
|
} ?>
|
|
|
|
<div id="um_upload_single" style="display:none"></div>
|