do_action( ‘wp_install’, WP_User $user )

In this article

Fires after a site is fully installed.

Parameters

$userWP_User
The site owner.

Source

do_action( 'wp_install', $user );

Changelog

VersionDescription
3.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.