*/ do_action( "um_before_form", $args ); /** * UM hook * * @type action * @title um_before_{$mode}_fields * @description Some actions before register form fields * @input_vars * [{"var":"$args","type":"array","desc":"Register 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_before_{$mode}_fields * @description Some actions before register form fields * @input_vars * [{"var":"$args","type":"array","desc":"Register 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 register form fields * @input_vars * [{"var":"$args","type":"array","desc":"Register 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 register form fields * @input_vars * [{"var":"$args","type":"array","desc":"Register 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 register form fields * @input_vars * [{"var":"$args","type":"array","desc":"Register 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 ); ?>