wp_sms_send not working with Variable
-
Hey,
I have a very strange behaviour of the wp_sms_send function.
I would like to put the number as a variable into the needed array:$final_tel= array( $monteur_tel );
wp_sms_send( $final_tel, $msg, $is_flash);… but this is not working. $monteur_tel ist the same as “xxx”.
But when i write the number directly in the array (xxx):$final_tel= array( ‘xxx’ );
wp_sms_send( $final_tel, $msg, $is_flash);.. this works. “var_dump” of both shows exactly the same. Please help.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘wp_sms_send not working with Variable’ is closed to new replies.