Opened 15 months ago

#20075 new enhancement

Add action hooks to wp-activate.php in WP network

Reported by: gdvwp Owned by:
Priority: normal Milestone: Awaiting Review
Component: Multisite Version: 3.3.1
Severity: normal Keywords:
Cc:

Description

Similar to the hooks in wp-signup.php:

do_action( 'before_signup_form' );
do_action( 'after_signup_form' );

these hooks should be added to wp-activate.php:

do_action( 'before_activate_form' )
do_action( 'after_activate_form' )

Purpose : allow signup and activate pages to be built/styled in a similar way.

Change History (0)

Note: See TracTickets for help on using tickets.