wp_insert_site

wp_insert_site

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('wp_insert_site') is found 1 times:

  • /wp-includes/ms-site.php line 89
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    * @since 5.1.0
     *
     * @param WP_Site $new_site New site object.
     */
    do_action( 'wp_insert_site', $new_site );
     
    // Extract the passed arguments that may be relevant for site initialization.
    $args = array_diff_key( $data, $defaults );
    if ( isset( $args['site_id'] ) ) {
        unset( $args['site_id'] );
    }