/home/altere25/infinet.finance/wp-content/plugins/ultimate-member/templates
NameSizeModeActions
email/-0755rm
modal/-0755rm
profile/-0755rm
account.php69320644editdlrm
gdpr-register.php27890644editdlrm
login-to-view.php4340644editdlrm
login.php40410644editdlrm
logout.php20270644editdlrm
members-grid.php52670644editdlrm
members-header.php6330644editdlrm
members-list.php56170644editdlrm
members-pagination.php21940644editdlrm
members.php153150644editdlrm
message.php6800644editdlrm
password-change.php32700644editdlrm
password-reset.php55410644editdlrm
profile.php79360644editdlrm
register.php41650644editdlrm
restricted-blog.php15080644editdlrm
restricted-taxonomy.php21080644editdlrm
searchform.php10970644editdlrm
Edit: /home/altere25/infinet.finance/wp-content/plugins/ultimate-member/templates/login.php (4041B)
*/ do_action( 'um_before_form', $args ); /** * UM hook * * @type action * @title um_before_{$mode}_fields * @description Some actions before login form fields * @input_vars * [{"var":"$args","type":"array","desc":"Login form shortcode arguments"}] * @change_log * ["Since: 2.0"] * @usage add_action( 'um_before_{$mode}_fields', 'function_name', 10, 1 ); * @example * */ do_action( "um_before_{$mode}_fields", $args ); /** * UM hook * * @type action * @title um_main_{$mode}_fields * @description Some actions before login form fields * @input_vars * [{"var":"$args","type":"array","desc":"Login form shortcode arguments"}] * @change_log * ["Since: 2.0"] * @usage add_action( 'um_before_{$mode}_fields', 'function_name', 10, 1 ); * @example * */ do_action( "um_main_{$mode}_fields", $args ); /** * UM hook * * @type action * @title um_after_form_fields * @description Some actions after login form fields * @input_vars * [{"var":"$args","type":"array","desc":"Login form shortcode arguments"}] * @change_log * ["Since: 2.0"] * @usage add_action( 'um_after_form_fields', 'function_name', 10, 1 ); * @example * */ do_action( 'um_after_form_fields', $args ); /** * UM hook * * @type action * @title um_after_{$mode}_fields * @description Some actions after login form fields * @input_vars * [{"var":"$args","type":"array","desc":"Login form shortcode arguments"}] * @change_log * ["Since: 2.0"] * @usage add_action( 'um_after_{$mode}_fields', 'function_name', 10, 1 ); * @example * */ do_action( "um_after_{$mode}_fields", $args ); /** * UM hook * * @type action * @title um_after_form * @description Some actions after login form fields * @input_vars * [{"var":"$args","type":"array","desc":"Login form shortcode arguments"}] * @change_log * ["Since: 2.0"] * @usage add_action( 'um_after_form', 'function_name', 10, 1 ); * @example * */ do_action( 'um_after_form', $args ); ?>