[wp-trac] [WordPress Trac] #12199: Add actions before and after signup form on wp-signup.php

WordPress Trac wp-trac at lists.automattic.com
Thu Feb 11 09:42:24 UTC 2010


#12199: Add actions before and after signup form on wp-signup.php
-------------------------+--------------------------------------------------
 Reporter:  maxaud       |       Owner:                              
     Type:  enhancement  |      Status:  new                         
 Priority:  normal       |   Milestone:  3.0                         
Component:  Themes       |     Version:                              
 Severity:  normal       |    Keywords:  multisite, do_action, themes
-------------------------+--------------------------------------------------
 Make it so theme developers can easily edit the layout of the wp-
 signup.php page by adding actions after get_header() and before
 get_footer().

 This will prevent users from editing core files.
 This will have no effect on non-multisite setups.

 example:

 do_action('before_signup');
 do_action('after_signup');

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


More information about the wp-trac mailing list