Title: activate_wp_head
Published: April 25, 2014
Last modified: February 24, 2026

---

# do_action( ‘activate_wp_head’ )

## In this article

 * [Description](https://developer.wordpress.org/reference/hooks/activate_wp_head/?output_format=md#description)
 * [Source](https://developer.wordpress.org/reference/hooks/activate_wp_head/?output_format=md#source)
 * [Related](https://developer.wordpress.org/reference/hooks/activate_wp_head/?output_format=md#related)
 * [Changelog](https://developer.wordpress.org/reference/hooks/activate_wp_head/?output_format=md#changelog)

[ Back to top](https://developer.wordpress.org/reference/hooks/activate_wp_head/?output_format=md#wp--skip-link--target)

Fires within the  section of the Site Activation page.

## 󠀁[Description](https://developer.wordpress.org/reference/hooks/activate_wp_head/?output_format=md#description)󠁿

Fires on the [‘wp_head’](https://developer.wordpress.org/reference/hooks/wp_head/)
action.

## 󠀁[Source](https://developer.wordpress.org/reference/hooks/activate_wp_head/?output_format=md#source)󠁿

    ```php
    do_action( 'activate_wp_head' );
    ```

[View all references](https://developer.wordpress.org/reference/files/wp-activate.php/)
[View on Trac](https://core.trac.wordpress.org/browser/tags/6.9.4/src/wp-activate.php#L92)
[View on GitHub](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-activate.php#L92-L92)

## 󠀁[Related](https://developer.wordpress.org/reference/hooks/activate_wp_head/?output_format=md#related)󠁿

| Used by | Description | 
| [do_activate_header()](https://developer.wordpress.org/reference/functions/do_activate_header/)`wp-activate.php` |

Adds an action hook specific to this page.

  |

## 󠀁[Changelog](https://developer.wordpress.org/reference/hooks/activate_wp_head/?output_format=md#changelog)󠁿

| Version | Description | 
| [3.0.0](https://developer.wordpress.org/reference/since/3.0.0/) | Introduced. |

## User Contributed Notes

You must [log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fdeveloper.wordpress.org%2Freference%2Fhooks%2Factivate_wp_head%2F)
before being able to contribute a note or feedback.