add link for (point for purchase message shortcodes)

add link for (point for purchase message shortcodes)

add_filter( 'wlr_point_for_purchase_message_shortcodes', function ( $array ) {
    $data = __( 'Click Here', 'wp-loyalty-rules' );
    return array_merge( $array, array(
       '{wlr_link}' => "<a href='http://localhost'>$data</a>",
    ) );
}, 10, 1 );