dashed-slug.net › Forums › General discussion › sweet alerts help – Not Urgent › Reply To: sweet alerts help – Not Urgent
February 7, 2019 at 11:02 am
#5848
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 🙂