You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$html[] = '<small>' . esc_html__('Ensure you are activated for the currency you are selecting. Check <a href="https://support.paystack.com/hc/en-us/articles/360009973799-Can-I-accept-payments-in-US-Dollars-USD" target="_blank">here</a> for more information.', 'pff-paystack') . '</small>';
378
+
$html[] = wp_kses_post( '<small>' . __('Ensure you are activated for the currency you are selecting. Check <a href="https://support.paystack.com/hc/en-us/articles/360009973799-Can-I-accept-payments-in-US-Dollars-USD" target="_blank">here</a> for more information.', 'pff-paystack') . '</small>' );
379
379
$html[] = '<p>' . esc_html__('Amount to be paid(Set 0 for customer input):', 'pff-paystack') . '</p>';
<br><small>' . esc_html__('This allows you include an extra charge to cushion the effect of the transaction fee. <a href="', 'pff-paystack') . get_admin_url() . "edit.php?post_type=paystack_form&page=class-paystack-forms-admin.php#paystack_setting_fees" . '">' . esc_html__('Configure', 'pff-paystack') . '</a></small>';
399
+
<br><small>' . __('This allows you include an extra charge to cushion the effect of the transaction fee. <a href="', 'pff-paystack') . get_admin_url() . "edit.php?post_type=paystack_form&page=class-paystack-forms-admin.php#paystack_setting_fees" . '">' . esc_html__('Configure', 'pff-paystack') . '</a></small>' );
$html[] = '<input type="number" min="1" name="_quantity" value="' . $this->meta['quantity'] . '" class="widefat pf-number" /><small>' . esc_html__('Your users only get to pay in quantities if the from amount is not set to zero and recur is set to none.', 'pff-paystack') . '</small>';
510
510
$html[] = '<p>' . esc_html__('Unit of quantity:', 'pff-paystack') . '</p>';
511
-
$html[] = '<input type="text" name="_quantityunit" value="' . $this->meta['quantityunit'] . '" class="widefat" /><small>' . esc_html__('What is the unit of this quantity? Default is <code>Quantity</code>.', 'pff-paystack') . '</small>';
511
+
$html[] = wp_kses_post( '<input type="text" name="_quantityunit" value="' . $this->meta['quantityunit'] . '" class="widefat" /><small>' . __('What is the unit of this quantity? Default is <code>Quantity</code>.', 'pff-paystack') . '</small>' );
0 commit comments