Файловый менеджер - Редактировать - /home/bean7936/perfect-community.com/442aa3/wpforms-lite.zip
Назад
PK ��\p�� . templates/education/admin/edit-post/notice.phpnu �[��� <?php /** * Gutenberg Editor notice for Edit Post Education template. * * @since 1.8.1 * * @var string $message Notice message. */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="wpforms-edit-post-education-notice-body"> <p> <strong><?php esc_html_e( 'Oh hey, it looks like you\'re working on a Contact page.', 'wpforms-lite' ); ?></strong> </p> <p> <?php echo wp_kses( $message, [ 'a' => [ 'href' => [], 'target' => [], 'rel' => [], ], ] ); ?> </p> </div> PK ��\��!%~ ~ 6 templates/education/admin/edit-post/classic-notice.phpnu �[��� <?php /** * Classic Editor notice for Edit Post Education template. * * @since 1.8.1 * * @var string $message Notice message. */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="wpforms-edit-post-education-notice wpforms-hidden"> <?php // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo wpforms_render( 'education/admin/edit-post/notice', [ 'message' => $message, ], true ) ?> <button type="button" class="wpforms-edit-post-education-notice-close notice-dismiss"> <span class="screen-reader-text"><?php esc_html_e( 'Dismiss this notice.', 'wpforms-lite' ); ?></span> </button> </div> PK ��\��|Q� � 2 templates/education/admin/payments/single-page.phpnu �[��� <?php /** * Payment single page education notice. * * @since 1.8.2 */ use WPForms\Integrations\Square\Helpers as SquareHelpers; if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="wpforms-payment-single-education-notice postbox wpforms-dismiss-container"> <div class="wpforms-payment-single-education-notice-title"> <?php esc_html_e( 'Get More Out of Payments', 'wpforms-lite' ); ?> </div> <div class="wpforms-payment-single-education-notice-description"> <?php if ( SquareHelpers::is_application_fee_supported() ) { esc_html_e( 'Unlock conditional logic, coupons, lower Stripe and Square fees, and more.', 'wpforms-lite' ); } else { esc_html_e( 'Unlock conditional logic, coupons, lower Stripe fee, and more.', 'wpforms-lite' ); } echo ' '; printf( wp_kses( /* translators: %s - WPForms.com Upgrade page URL. */ __( '<a href="%s" target="_blank" rel="noopener noreferrer">Upgrade to Pro!</a>', 'wpforms-lite' ), [ 'a' => [ 'href' => [], 'rel' => [], 'target' => [], ], ] ), esc_url( wpforms_admin_upgrade_link( 'Single Payment Page', 'Stripe Pro - Remove Fees' ) ) ); ?> </div> <div class="wpforms-payment-single-education-notice-dismiss-button wpforms-dismiss-button" data-section="single-payment" aria-label="<?php esc_html_e( 'Dismiss this notice', 'wpforms-lite' ); ?>"> <span class="dashicons dashicons-no-alt"></span> </div> </div> PK ��\�̲�x x 2 templates/education/admin/settings/smtp-notice.phpnu �[��� <?php /** * SMTP education notice. * * @since 1.8.1 */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="wpforms-smtp-education-notice wpforms-dismiss-container"> <div class="wpforms-smtp-education-notice-title"><?php esc_html_e( 'Make Sure Important Emails Reach Your Customers', 'wpforms-lite' ); ?></div> <div class="wpforms-smtp-education-notice-description"> <?php echo wp_kses( sprintf( /* translators: %1$s - link to WPForms SMTP page. */ __( 'Solve common email deliverability issues for good. <a href="%1$s" target="%2$s" rel="noopener noreferrer">Get WP Mail SMTP!</a>', 'wpforms-lite' ), esc_url( add_query_arg( 'page', 'wpforms-smtp', admin_url( 'admin.php' ) ) ), wpforms_is_admin_page( 'builder' ) ? '_blank' : '_self' ), [ 'a' => [ 'href' => [], 'rel' => [], 'target' => [], ], ] ); ?> </div> <div class="wpforms-smtp-education-notice-dismiss-button wpforms-dismiss-button" data-section="smtp-notice" aria-label="<?php esc_html_e( 'Dismiss this notice', 'wpforms-lite' ); ?>"> <span class="dashicons dashicons-no-alt"></span> </div> </div> PK ��\���k "