/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-form-grid.php (3990B)
templates->getTemplate( $activeTemplate ); ?>
', esc_attr( $form_id ), esc_attr( get_the_permalink() ) ); } elseif ( 'modal_reveal' === $atts['display_style'] ) { printf( '', esc_attr( $form_id ) ); } ?>
%1$s', $formTemplate->getFormHeading( $form_id ) ); } // Maybe display the form excerpt. if ( true === $atts['show_excerpt'] ) { if ( $raw_content = $formTemplate->getFormExcerpt( $form_id ) ) { $stripped_content = wp_strip_all_tags( strip_shortcodes( $raw_content ) ); } else { // Get content from the form post's content field. $raw_content = give_get_meta( $form_id, '_give_form_content', true ); if ( ! empty( $raw_content ) ) { $stripped_content = wp_strip_all_tags( strip_shortcodes( $raw_content ) ); } } // Maybe truncate excerpt. if ( 0 < $atts['excerpt_length'] ) { $excerpt = wp_trim_words( $stripped_content, $atts['excerpt_length'] ); } else { $excerpt = $stripped_content; } printf( '

%s

', $excerpt ); } // Maybe display the goal progess bar. if ( give_is_setting_enabled( get_post_meta( $form_id, '_give_goal_option', true ) ) && true === $atts['show_goal'] ) { echo '
'; give_show_goal_progress( $form_id ); echo '
'; } ?>
getFormFeaturedImage( $form_id ) ) && true === $atts['show_featured_image'] ) { /* * Filters the image size used in card layouts. * * @param string The image size. * @param array Form grid attributes. */ $image_size = apply_filters( 'give_form_grid_image_size', $atts['image_size'], $atts ); $image_attr = ''; if ( 'auto' !== $atts['image_height'] ) { $image_attr = [ 'style' => 'height: ' . $atts['image_height'], ]; } printf( '
%1$s
', wp_get_attachment_image( attachment_url_to_postid( $imageSrc ), $image_size, false, $image_attr ) ); } ?>
$form_id, 'display_style' => 'button', ] ); } else { printf( '
', $form_id ); give_get_donation_form( $form_id ); echo '
'; } } ?>