mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
15 lines
544 B
PHP
15 lines
544 B
PHP
<div class="um <?php echo $this->get_class( $mode ); ?> um-<?php echo $form_id; ?>" data-error_required="This field is required" data-password_not_match="Passwords do not match" data-password_not_long="Password must be 8 characters at least">
|
|
|
|
<div class="um-form">
|
|
|
|
<?php do_action('um_members_directory_search', $args ); ?>
|
|
|
|
<?php do_action('um_members_directory_head', $args ); ?>
|
|
|
|
<?php do_action('um_members_directory_display', $args ); ?>
|
|
|
|
<?php do_action('um_members_directory_footer', $args ); ?>
|
|
|
|
</div>
|
|
|
|
</div>
|