2021-06-29 02:51:54 +03:00
< ? php if ( ! defined ( 'ABSPATH' ) ) {
exit ;
}
2019-08-08 00:36:33 +03:00
$is_core = get_post_meta ( get_the_ID (), '_um_core' , true ); ?>
2014-12-15 22:38:07 +02:00
2021-06-29 02:51:54 +03:00
<div class="um-admin-boxed-links um-admin-ajaxlink<?php echo $is_core ? ' is-core-form' : ''; ?>">
2015-01-09 20:57:00 +02:00
<?php if ( $is_core ) { ?>
2021-06-29 02:51:54 +03:00
<p>
<strong><?php esc_html_e( 'Note: ', 'ultimate-member' ); ?></strong><?php esc_html_e( 'Form type cannot be changed for the default forms.', 'ultimate-member' ); ?>
</p>
2015-01-09 20:57:00 +02:00
<?php } ?>
2019-08-08 00:36:33 +03:00
2021-06-29 02:51:54 +03:00
<a href="javascript:void(0);" data-role="register">
<?php esc_html_e( 'Registration Form', 'ultimate-member' ); ?>
</a>
2019-08-08 00:36:33 +03:00
2021-06-29 02:51:54 +03:00
<a href="javascript:void(0);" data-role="profile">
<?php esc_html_e( 'Profile Form', 'ultimate-member' ); ?>
</a>
2019-08-08 00:36:33 +03:00
2021-06-29 02:51:54 +03:00
<a href="javascript:void(0);" data-role="login">
<?php esc_html_e( 'Login Form', 'ultimate-member' ); ?>
</a>
2019-08-08 00:36:33 +03:00
<input type="hidden" name="form[_um_mode]" id="form__um_mode" value="<?php echo esc_attr( UM()->query()->get_meta_value( '_um_mode', null, 'register' ) ); ?>" />
</div>
2021-06-29 02:51:54 +03:00
<div class="um-admin-clear"></div>