Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

Hello, world!

I'm working on an administration panel for a theme I'm developing. The task I am working on now is adding a "Screen Options" tab for a list table. I have the page load hook in place, and the per_page box shows up in the panel as expected. However, the filter (as advised by several tutorials online) set-screen-option that I'm hooking into is never being called when I submit the form. It stays at 10 (the default), and doesn't save what I enter. I've tested, and the filter I define isn't called at all. I even added another filter to it with an anonymous function that does nothing but echo content. No output.

Where am I going wrong? Thank you!

share|improve this question
It's impossible to answer this without seeing the code you're working with. – brasofilo Mar 30 at 20:00

closed as not a real question by brasofilo, s_ha_dum, Johannes Pille, toscho Mar 30 at 20:58

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.