PATH:
home
/
lab2454c
/
aficbgroup.com
/
wp-content
/
plugins
/
ultimate-member
/
includes
/
admin
/
templates
/
form
<?php if ( ! defined( 'ABSPATH' ) ) exit; ?> <div class="um-admin-metabox"> <?php /*UM()->admin_forms( array( 'class' => 'um-form-shortcode um-top-label', 'prefix_id' => 'form', 'fields' => array( array( 'id' => '_um_is_default', 'type' => 'select', 'label' => __( 'Default Form', 'ultimate-member' ), 'tooltip' => sprintf( __( 'If you set this form as default you will have an ability to use %s shortcode for the displaying form at the page. Otherwise you will have to use %s', 'ultimate-member' ), UM()->shortcodes()->get_default_shortcode( get_the_ID() ), UM()->shortcodes()->get_shortcode( get_the_ID() ) ), 'value' => UM()->query()->get_meta_value( '_um_is_default' ), 'options' => array( 0 => __( 'No', 'ultimate-member' ), 1 => __( 'Yes', 'ultimate-member' ), ), ), ) ) )->render_form();*/ ?> <!-- <div class="clear"></div>--> <p><?php echo UM()->shortcodes()->get_shortcode( get_the_ID() ); ?></p> <!-- <p>--><?php //echo UM()->shortcodes()->get_default_shortcode( get_the_ID() ); ?><!--</p>--> </div>
[+]
..
[-] login_customize.php
[edit]
[-] register_customize.php
[edit]
[-] register_gdpr.php
[edit]
[-] profile_customize.php
[edit]
[-] shortcode.php
[edit]
[-] builder.php
[edit]
[-] mode.php
[edit]
[-] profile_settings.php
[edit]
[-] login_settings.php
[edit]