[wp-hackers] Assigning Custom List Type to Custom Post Type (removing filter by post date)
Mike Schinkel
mike at newclarity.net
Wed Aug 29 20:46:29 UTC 2012
On Aug 29, 2012, at 1:13 PM, John Blackbourn <johnbillion+wp at gmail.com> wrote:
> On 29 August 2012 18:00, Mike Schinkel <mike at newclarity.net> wrote:
>> I just looked through the code and unfortunately there's no way to affect what you are trying to do via subclassing of WP_List_Table. It seems the _get_list_table() function would need a hook that would let you change both the list table class and the PHP file to load. Time for a trac ticket?
>
> I believe that, for whatever reason, this is by design. When the list
> table classes were introduced the plan was to see how well they worked
> and how they were used before allowing plugins/themes to extend them
> (correct me if I'm wrong anyone).
So "by design" as you say isn't it now time to explore how to extend them?
That said and contrary to my own suggestion to add a trac ticket above I am not a fan of enabling public extension via subclassing because of subclassing's adherence to Highlander motto[1].
-Mike
[1] http://en.wikipedia.org/wiki/Immortal_(Highlander)#The_Game
More information about the wp-hackers
mailing list