Title: yudge's Replies | WordPress.org

---

# yudge

  [  ](https://wordpress.org/support/users/yudge/)

 *   [Profile](https://wordpress.org/support/users/yudge/)
 *   [Topics Started](https://wordpress.org/support/users/yudge/topics/)
 *   [Replies Created](https://wordpress.org/support/users/yudge/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/yudge/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/yudge/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/yudge/engagements/)
 *   [Favorites](https://wordpress.org/support/users/yudge/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Query Wrangler] How to Use Contextual Arguments](https://wordpress.org/support/topic/how-to-use-contextual-arguments/)
 *  Thread Starter [yudge](https://wordpress.org/support/users/yudge/)
 * (@yudge)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/how-to-use-contextual-arguments/#post-9757586)
 * Looked at the code and figured it out. Basically its exactly as shown in the 
   examples, though this should probably be included in the plugin widget description
   for clearer understanding.
 * author={{post:post_author}}&&post_type={{post:post_type}}
 * The string is parsed using wp_parse_str() and then passed to array_merge_recursive()
   to merge in the args.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Query - WP Query Builder] get_users() cause memory problems](https://wordpress.org/support/topic/get_users-cause-memory-problems/)
 *  Thread Starter [yudge](https://wordpress.org/support/users/yudge/)
 * (@yudge)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/get_users-cause-memory-problems/#post-9744306)
 * Thanks for the prompt reply. Hmm, yes that’d fix the issue; however, it does 
   take away the feature. Also I think it’d be beneficial if you guys highlight 
   this option on the settings page and explain a bit about it or even default to“
   Disable”, since at first glance I think very few would see the option there and
   most would just switch to another plugin when encountering this problem.
 * And it seems somehow your plugin silences the error. I had to step through the
   code using debugger and locate the issue. When I called get_users() in my own
   code, I got the php memory error displayed.

Viewing 2 replies - 1 through 2 (of 2 total)