[wp-trac] [WordPress Trac] #25762: Make it easier to customize the install process

WordPress Trac noreply at wordpress.org
Tue Oct 29 18:49:53 UTC 2013


#25762: Make it easier to customize the install process
-------------------------------+-----------------------------
 Reporter:  Denis-de-Bernardy  |      Owner:
     Type:  feature request    |     Status:  new
 Priority:  normal             |  Milestone:  Awaiting Review
Component:  General            |    Version:  3.7
 Severity:  minor              |   Keywords:
-------------------------------+-----------------------------
 It's currently possible to override a couple of functions in a wp-
 content/install.php file, namely:

 * wp_install() - top level install function
 * wp_install_defaults() - Installs default post, page, links, cat, etc.
 * wp_new_blog_notification() - Sends the new blog email.
 * wp_upgrade() - Top level upgrade function.

 However, they severely lack plugin hooks, which would allow developers to
 simply hack in there accordingly without needing to keep install functions
 in sync with core when they want to tweak them.

 I'd like to suggest adding hooks named after those functions at the end of
 each of them.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25762>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list