activate_wp_head action-hook . WP 3.0.0
Fires before the Site Activation page is loaded.
Fires on the 'wp_head' action.
Usage
add_action( 'activate_wp_head', 'action_function_name_313' ); function action_function_name_313(){ // action... }
Changelog
Since 3.0.0 | Introduced. |
Where the hook is called
activate_wp_head
wp-activate.php 96
do_action( 'activate_wp_head' );