| Name | Size | Mode | Actions |
|---|---|---|---|
| emails/ | - | 0755 | rm |
| global/ | - | 0755 | rm |
| receipt/ | - | 0755 | rm |
| single-give-form/ | - | 0755 | rm |
| email-login-form.php | 3975 | 0644 | editdlrm |
| history-donations.php | 9145 | 0644 | editdlrm |
| payment-processing.php | 594 | 0644 | editdlrm |
| shortcode-donor-wall.php | 4036 | 0644 | editdlrm |
| shortcode-form-grid.php | 3990 | 0644 | editdlrm |
| shortcode-goal.php | 6528 | 0644 | editdlrm |
| shortcode-login.php | 2915 | 0644 | editdlrm |
| shortcode-profile-editor.php | 9136 | 0644 | editdlrm |
| shortcode-receipt.php | 10541 | 0644 | editdlrm |
| shortcode-register.php | 3035 | 0644 | editdlrm |
| shortcode-totals-progress.php | 1357 | 0644 | editdlrm |
| single-give-form.php | 976 | 0644 | editdlrm |
/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/templates/shortcode-profile-editor.php (9136B)
%1$s %2$s
', esc_html__( 'Success:', 'give' ), esc_html__( 'Your profile has been updated.', 'give' ) ); } } } Give()->notices->render_frontend_notices( 0 ); /** * Fires in the profile editor shortcode, before the form. * * Allows you to add new elements before the form. * * @since 1.0 */ do_action( 'give_profile_editor_before' ); ?> %1$s %2$s', esc_html__( 'Success:', 'give' ), esc_html__( 'Your profile and password has been updated.', 'give' ) ); _e( 'Log in with your new credentials.', 'give' ); echo give_login_form(); break; case '3': printf( '%1$s %2$s
', esc_html__( 'Success:', 'give' ), esc_html__( 'Your password has been updated.', 'give' ) ); _e( 'Log in with your new credentials.', 'give' ); echo give_login_form(); break; default: break; } } } else { _e( 'You need to log in to edit your profile.', 'give' ); echo give_login_form(); } endif;