Title: Problem with shortcode attribute
Last modified: November 16, 2023

---

# Problem with shortcode attribute

 *  Resolved [mrnicnic](https://wordpress.org/support/users/mrnicnic/)
 * (@mrnicnic)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/problem-with-shortcode-attribute/)
 * There’s an issue with the “redurl” attribute in the shortcode. Shortcode attributes
   is passed as an array but you’ve set it as a string. If you set a value in the
   shortcode, it’s displaying as “Array”.
   Current incorrect code:
 *     ```wp-block-code
       function wdgk_donation_form_shortcode_html($redurl){ 
         ...
         if (!empty($redurl) && isset($redurl)) {
           $cart_url = $redurl;
         }
       }
       ```
   
 * Here’s an example of how to pass the attributes correctly: [https://developer.wordpress.org/plugins/shortcodes/shortcodes-with-parameters/](https://developer.wordpress.org/plugins/shortcodes/shortcodes-with-parameters/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [rajkakadiya](https://wordpress.org/support/users/rajkakadiya/)
 * (@rajkakadiya)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/problem-with-shortcode-attribute/#post-17250325)
 * Hello [@mrnicnic](https://wordpress.org/support/users/mrnicnic/)
   Sorry for the
   delayed reply. We fixed this bug in our latest version. Thanks for the bug suggestion.
   If you have any remaining suggestions, feel free to reach out to us at [support@geekcodelab.com](https://wordpress.org/support/topic/problem-with-shortcode-attribute/support@geekcodelab.com?output_format=md)

Viewing 1 replies (of 1 total)

The topic ‘Problem with shortcode attribute’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woo-donations_a5a1ba.svg)
 * [Woo Donations](https://wordpress.org/plugins/woo-donations/)
 * [Support Threads](https://wordpress.org/support/plugin/woo-donations/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-donations/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-donations/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-donations/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [rajkakadiya](https://wordpress.org/support/users/rajkakadiya/)
 * Last activity: [2 years, 5 months ago](https://wordpress.org/support/topic/problem-with-shortcode-attribute/#post-17250325)
 * Status: resolved