wp-activate.php:84Adds an action hook specific to this page.
One hook fires while do_activate_header() runs, in this order:
Fires within the `` section of the Site Activation page.
function do_activate_header() { /** * Fires within the `<head>` section of the Site Activation page. * * Fires on the {@see 'wp_head'} action. * * @since 3.0.0 */ do_action( 'activate_wp_head' );}Introduced in MU (3.0.0). Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-activate.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.