wpmu_update_blog_options

wpmu_update_blog_options

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('wpmu_update_blog_options') is found 1 times:

  • /wp-admin/network/site-settings.php line 60
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    * @since 4.4.0 Added `$id` parameter.
     *
     * @param int $id The ID of the site being updated.
     */
    do_action( 'wpmu_update_blog_options', $id );
     
    restore_current_blog();
    wp_redirect(
        add_query_arg(
            array(
                'update' => 'updated',