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 | |
| * | |
| * Type: action | |
| * | |
| * Description: Fires after opening tag in the form. | |
| * May be used to display custom content in the form header. | |
| * |
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_registration_for_loggedin_users | |
| * | |
| * Type: filter | |
| * | |
| * Description: Allows to display the registration form for logged in users if TRUE. Default value is FALSE. | |
| * | |
| * @example https://github.com/ultimatemember/ultimatemember/blob/master/includes/core/class-shortcodes.php#L686 |
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_shortcode_args_filter | |
| * | |
| * Type: filter | |
| * | |
| * Description: Change arguments on load shortcode. | |
| * Used in the core to unserialize array arguments and change the template in special cases - display 'logout' and 'message' templates. | |
| * |
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_args_setup | |
| * | |
| * Type: filter | |
| * | |
| * Description: Change arguments on load shortcode. | |
| * | |
| * @example https://github.com/ultimatemember/ultimatemember/blob/master/includes/core/class-shortcodes.php#L617 |
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_reset_password_shortcode_args_filter | |
| * | |
| * Type: filter | |
| * | |
| * Description: Extend the password reset form arguments. | |
| * May be used to select custom template file or change the password reset form alignment and width. | |
| * |
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_reset_password_form | |
| * | |
| * Type: action | |
| * | |
| * Description: Fires after rendering fields and buttons in the password reset form. | |
| * May be used to display custom content in the password reset form footer. | |
| * |
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_change_password_form | |
| * | |
| * Type: action | |
| * | |
| * Description: Fires after rendering fields and buttons in the change password form. | |
| * This hook may be used to display custom content in the change password form footer. | |
| * |
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_after_password_reset_fields | |
| * | |
| * Type: action | |
| * | |
| * Description: Fires after rendering fields in the password reset form. | |
| * This hook may be used to add custom fields or display custom content before the password reset form buttons. | |
| * |