wp_install

wp_install

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('wp_install') is found 1 times:

  • /wp-admin/includes/upgrade.php line 128
    		 * @since 3.9.0
    		 *
    		 * @param WP_User $user The site owner.
    		 */
    		do_action( 'wp_install', $user );
    
    		return array(
    			'url'              => $guessurl,
    			'user_id'          => $user_id,
    			'password'         => $user_password,
    			'password_message' => $message,