[wp-trac] [WordPress Trac] #32396: Settings Reduction for 4.3

WordPress Trac noreply at wordpress.org
Thu May 28 18:30:32 UTC 2015


#32396: Settings Reduction for 4.3
----------------------------+------------------------
 Reporter:  chriscct7       |       Owner:  chriscct7
     Type:  enhancement     |      Status:  assigned
 Priority:  normal          |   Milestone:  4.3
Component:  Administration  |     Version:
 Severity:  normal          |  Resolution:
 Keywords:  needs-patch     |     Focuses:
----------------------------+------------------------

Comment (by jeremyfelt):

 Only because I've done horrible things elsewhere. :)

 {{{
 add_action( 'load-options-reading.php', 'feature_plugin_options_reading'
 );
 function feature_plugin_options_reading() {
         // copy/paste current options-reading.php from core and iterate

         die(); // but kill the page before the real options-reading.php
 can continue
 }
 }}}

 A featured plugin would be pretty quick to setup using this method (I
 think).

--
Ticket URL: <https://core.trac.wordpress.org/ticket/32396#comment:35>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list