single_sms( $_POST['message'] );
if ( $order ) {
ob_start();
?>
order_note['text'] ) ) ?>
true, 'note' => $result ) );
} else {
wp_send_json( array( 'success' => true, 'note' => $result ) );
}
} catch ( Exception $e ) {
wp_send_json( array( 'success' => false, 'error' => $e->getMessage(), 'note' => '' ) );
}
}
}
new YWSN_Ajax();
}