| Name | Size | Mode | Actions |
|---|---|---|---|
| Notifications/ | - | 0755 | rm |
| Settings/ | - | 0755 | rm |
| AntiSpam.php | 982 | 0644 | editdlrm |
| Builder.php | 5905 | 0644 | editdlrm |
| LicenseAlert.php | 4678 | 0644 | editdlrm |
| Payments.php | 2750 | 0644 | editdlrm |
/home/vianto5/hidalgoresidences.mx/wp-content/plugins/wpforms/src/Pro/Admin/Builder/Payments.php (2750B)
One of %s's recurring payment plans doesn't have conditional logic, which means that One-Time Payments will never work and were disabled.
", 'wpforms' ), // phpcs:ignore WordPress.WP.I18n.NoHtmlWrappedStrings [ 'p' => [], ] ), '{provider}' ); $disabled_message .= sprintf( wp_kses( /* translators: %s - payment provider. */ __( 'You should check your settings in Payments » %s.
', 'wpforms' ), // phpcs:ignore WordPress.WP.I18n.NoHtmlWrappedStrings [ 'p' => [], 'strong' => [], ] ), '{provider}' ); return array_merge( (array) $strings, [ 'payment_one_time_payments_disabled' => $disabled_message, 'payment_plan_prompt' => esc_html__( 'Enter a plan name', 'wpforms' ), 'payment_plan_prompt_placeholder' => esc_html__( 'Eg: Monthly Subscription', 'wpforms' ), 'payment_plan_placeholder' => esc_html__( 'Plan Name #{id}', 'wpforms' ), 'payment_plan_confirm' => esc_html__( 'Are you sure you want to delete this recurring plan?', 'wpforms' ), 'payment_error_name' => esc_html__( 'You must provide a plan name.', 'wpforms' ), ] ); } }