Title: [Plugin: Custom Taxonomy Sort] Error in Quick Edit post
Last modified: August 20, 2016

---

# [Plugin: Custom Taxonomy Sort] Error in Quick Edit post

 *  Resolved [hydrowire](https://wordpress.org/support/users/hydrowire/)
 * (@hydrowire)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-custom-taxonomy-sort-error-in-quick-edit-post/)
 * When doing [Quick Edit] on Posts page, the following error occurs on every post:
 *     ```
       Warning: Missing argument 3 for CustomTaxonomySort::quick_edit_custom_box() in /home/mydomain/public_html/wordpress/wp-content/plugins/custom-taxonomy-sort/custom-taxonomy-sort.php on line 636
   
       Warning: Missing argument 3 for CustomTaxonomySort::quick_edit_custom_box() in /home/mydomain/public_html/wordpress/wp-content/plugins/custom-taxonomy-sort/custom-taxonomy-sort.php on line 636
   
       Warning: Missing argument 3 for CustomTaxonomySort::quick_edit_custom_box() in /home/mydomain/public_html/wordpress/wp-content/plugins/custom-taxonomy-sort/custom-taxonomy-sort.php on line 636
       ```
   
 * Please fix it asap.
 * Very useful plugin by the way.
 * Thanks!
 * [http://wordpress.org/extend/plugins/custom-taxonomy-sort/](http://wordpress.org/extend/plugins/custom-taxonomy-sort/)

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

 *  Plugin Author [Zack Tollman](https://wordpress.org/support/users/tollmanz/)
 * (@tollmanz)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-custom-taxonomy-sort-error-in-quick-edit-post/#post-2183999)
 * Thanks for reporting this bug! I will look into it today and have a fix for you
   if I get it figured out. In the meantime, can you answer the following for me:
 * 1) which version of wordpress are you using?
    2) is this happening in the admin
   new post or edit post screen? 3) is it happening with posts, pages, and custom
   post types?
 * I won’t be at my computer for a bit, but will take a look when I can. Answering
   these questions will be really helpful. Thanks!
 *  Plugin Author [Zack Tollman](https://wordpress.org/support/users/tollmanz/)
 * (@tollmanz)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-custom-taxonomy-sort-error-in-quick-edit-post/#post-2184107)
 * Hydrowire…I cannot replicate this error; however, looking at the error and given
   your description of the error, I can see exactly why this error would show, which
   is odd given that it is not showing for me.
 * I’ve put together a fix, but I have no clue if it takes care of the matter or
   not. Would you be willing to test it for me? If so, can you download just or 
   copy and paste this version ([http://plugins.trac.wordpress.org/browser/custom-taxonomy-sort/trunk/custom-taxonomy-sort.php?rev=409278](http://plugins.trac.wordpress.org/browser/custom-taxonomy-sort/trunk/custom-taxonomy-sort.php?rev=409278))
   of the “custom-taxonomy-sort.php” file in order to replace your current version.
   If it works, I’ll push an official update for the plugin.
 * Thanks so much!
 *  Thread Starter [hydrowire](https://wordpress.org/support/users/hydrowire/)
 * (@hydrowire)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-custom-taxonomy-sort-error-in-quick-edit-post/#post-2184184)
 * Hi tollmanz,
 * 1. 3.2.1
    2. [http://example.com/wp-admin/edit.php](http://example.com/wp-admin/edit.php),
   you get to view all your posts here, and you can do a [Quick Edit] on each of
   them on the same page 3. post and custom post type, not sure about page as I 
   didn’t check.
 * My guess it could be php error reporting settings on my host, not really sure
   though.
 * Anyway, I use your fixed version and the error is gone now. So yes, you can proceed
   with the official update for your awesome plugin.
 * Thanks!
 *  Plugin Author [Zack Tollman](https://wordpress.org/support/users/tollmanz/)
 * (@tollmanz)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-custom-taxonomy-sort-error-in-quick-edit-post/#post-2184186)
 * Thanks for the feedback hydrowire. I could quickly spot the issue. On my development
   setup, I have the highest level of error reporting set so that these error don’t
   ship with the plugin. I can absolutely see why this would happen with the “quick_edit_custom_box”
   action, but have no clue why it’s not showing up in my setup.
 * Anyway, I’m glad it’s fixed. It’ll be a day or so before I release the official
   update, so go ahead and use this fix for now. I wanted to slip in one other minor
   edit before updating. I need a little time though to do testing to make sure 
   I don’t introduce errors with this release.
 * Thanks again!
 * EDIT: Could you also mark this as resolved, perhaps by editing the title to have[
   resolved] in it so that this does not scare people away from the plugin. Thanks!
 *  Thread Starter [hydrowire](https://wordpress.org/support/users/hydrowire/)
 * (@hydrowire)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-custom-taxonomy-sort-error-in-quick-edit-post/#post-2184188)
 * Hi tollmanz,
 * Welcome. Forgot to mention I also uses custom taxonomy as well.
 * Take your time, quality work need no rush.
 * Great job there,
 * Thanks!
 *  Plugin Author [Zack Tollman](https://wordpress.org/support/users/tollmanz/)
 * (@tollmanz)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-custom-taxonomy-sort-error-in-quick-edit-post/#post-2184190)
 * The custom taxonomy shouldn’t affect anything. The plugin should work on all 
   taxonomies no matter whether they are custom or built in.
 * If you are interested in what the error was about, the “quick_edit_custom_box”
   filter is executed for each column in every WordPress list table. Interestingly,
   it takes 3 arguments are used when this action is executed in the term list tables
   and only 2 arguments are used when this action is executed in the post list tables.
   As such, the function that I want to run on that action accepts the 3 arguments
   send when the action is executed in the term list tables. The error you got was
   because the post list table sent 2 arguments and the function expected 3. I just
   added a conditional statement that prevents the call to that action outside of
   the term list context.
 *  Plugin Author [Zack Tollman](https://wordpress.org/support/users/tollmanz/)
 * (@tollmanz)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-custom-taxonomy-sort-error-in-quick-edit-post/#post-2184337)
 * I just pushed out the official update to address this issue.
 * Thanks again for your feedback! I meant to add you to the acknowledgements section,
   but forgot for this release. I’ll have you in there next time.

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

The topic ‘[Plugin: Custom Taxonomy Sort] Error in Quick Edit post’ is closed to
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-taxonomy-sort.svg)
 * [Custom Taxonomy Sort](https://wordpress.org/plugins/custom-taxonomy-sort/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-taxonomy-sort/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-taxonomy-sort/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-taxonomy-sort/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-taxonomy-sort/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-taxonomy-sort/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Zack Tollman](https://wordpress.org/support/users/tollmanz/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-custom-taxonomy-sort-error-in-quick-edit-post/#post-2184337)
 * Status: resolved