This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Hook: um_{$key}_form_edit_field | |
| * | |
| * Type: filter | |
| * | |
| * Description: Change field HTML by field $key. | |
| * | |
| * @example https://github.com/ultimatemember/ultimatemember/blob/master/includes/core/class-fields.php#L3882 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Hook: um_get_form_fields | |
| * | |
| * Type: filter | |
| * | |
| * Description: Extend form fields. | |
| * Used in the core to prepare form fields. | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Hook: um_main_{$mode}_fields | |
| * | |
| * Type: action | |
| * | |
| * Description: Fires before rendering main form fields. | |
| * | |
| * @example https://github.com/ultimatemember/ultimatemember/blob/master/templates/login.php#L71 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Hook: um_form_official_classes__hook | |
| * | |
| * Type: filter | |
| * | |
| * Description: Change official form classes. | |
| * | |
| * @example https://github.com/ultimatemember/ultimatemember/blob/master/includes/core/class-shortcodes.php#L349 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Hook: um_before_{$mode}_form_is_loaded | |
| * | |
| * Type: action | |
| * | |
| * Description: Fires before the form shortcode is loaded. | |
| * | |
| * @example https://github.com/ultimatemember/ultimatemember/blob/master/includes/core/class-shortcodes.php#L792 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Hook: um_before_form_is_loaded | |
| * | |
| * Type: action | |
| * | |
| * Description: Fires before the form shortcode is loaded. | |
| * | |
| * @example https://github.com/ultimatemember/ultimatemember/blob/master/includes/core/class-password.php#L219 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Hook: um_pre_{$mode}_shortcode | |
| * | |
| * Type: action | |
| * | |
| * Description: Fires before the form shortcode is loaded. | |
| * | |
| * @example https://github.com/ultimatemember/ultimatemember/blob/master/includes/core/class-password.php#L199 |