• potentdevelopment

    (@potentdevelopment)


    Hello,

    Using

    add_action(‘manage_posts_extra_tablenav’, array($this, ‘add_search_filter_to_orders’), ‘bar’);

    I added in 11 custom inputs to the filter. When I fill in the input field and then submit it, the values are not showing up in the $_GET params. The input name is there just the value isn’t.

Viewing 1 replies (of 1 total)
  • threadi

    (@threadi)

    This works without any problems for me in the test. My guess would be that you may have too many form fields on the page. In this case, the max_input_vars setting from PHP would take effect. Have a look to see if this is set too low. As a test, you can also deactivate all plugins to reduce the number of fields.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom shop_order filter inputs are not submitting’ is closed to new replies.