I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: sweet alerts help – Not Urgent

dashed-slug.net Forums General discussion sweet alerts help – Not Urgent Reply To: sweet alerts help – Not Urgent

#5848
megeanwasson
Participant

Hey Alex 🙂
I tried with double quotes did not work, but definitely your link to the php explanation did help. This is what worked, was so simple I did not even think to try it before.

if ( Dashed_Slug_Wallets::get_option( ‘wallets_confirm_withdraw_user_enabled’ ) ) {
$translation_array[‘submit_wd’] = apply_filters(
‘wallets_ui_text_submit_wd’,
__( ‘Successfully submitted a withdrawal request of:
%1$s %2$s
to %3$s
Please check your e-mail for confirmation instructions.’, ‘wallets-front’ )

);
That worked like a charm 🙂