mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
8 lines
445 B
PHP
8 lines
445 B
PHP
<div class="um-admin-metabox">
|
|
|
|
<p>
|
|
<label><?php _e('Custom CSS','ultimate-member'); ?> <?php $this->tooltip( __('Enter custom css that will be applied to this form only','ultimate-member'), 'e'); ?></label>
|
|
<textarea name="_um_profile_custom_css" id="_um_profile_custom_css" class="tall"><?php echo $ultimatemember->query->get_meta_value('_um_profile_custom_css', null, 'na' ); ?></textarea>
|
|
</p><div class="um-admin-clear"></div>
|
|
|
|
</div>
|