do_action ( ‘wp_install’, WP_User $user )

Fires after a site is fully installed.

Parameters

$user WP_User
The site owner.

Source

do_action( 'wp_install', $user );

Changuelog

Versionen Description
3.9.0 Introduced.

User Contributed Notes

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