/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/templates
NameSizeModeActions
emails/-0755rm
global/-0755rm
receipt/-0755rm
single-give-form/-0755rm
email-login-form.php39750644editdlrm
history-donations.php91450644editdlrm
payment-processing.php5940644editdlrm
shortcode-donor-wall.php40360644editdlrm
shortcode-form-grid.php39900644editdlrm
shortcode-goal.php65280644editdlrm
shortcode-login.php29150644editdlrm
shortcode-profile-editor.php91360644editdlrm
shortcode-receipt.php105410644editdlrm
shortcode-register.php30350644editdlrm
shortcode-totals-progress.php13570644editdlrm
single-give-form.php9760644editdlrm
Edit: /var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/templates/shortcode-profile-editor.php (9136B)
display_name; $donor = new Give_Donor( $user_id, true ); $address = $donor->get_donor_address( array( 'address_type' => 'personal' ) ); $company_name = $donor->get_meta( '_give_donor_company', true ); if ( isset( $_GET['updated'] ) && 'true' === $_GET['updated'] && ! give_get_errors() ) { if ( isset( $_GET['update_code'] ) ) { if ( 1 === absint( $_GET['update_code'] ) ) { printf( '

%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;