after_mu_upgrade

after_mu_upgrade

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('after_mu_upgrade') is found 2 times:

  • /wp-admin/admin.php line 90
    					'httpversion' => '1.1',
    				)
    			);
    			/** This action is documented in wp-admin/network/upgrade.php */
    			do_action( 'after_mu_upgrade', $response );
    			unset( $response );
    		}
    		unset( $c );
    	}
    }
    
    
  • /wp-admin/network/upgrade.php line 113
    			 * @since MU (3.0.0)
    			 *
    			 * @param array $response The upgrade response array.
    			 */
    			do_action( 'after_mu_upgrade', $response );
    
    			/**
    			 * Fires after each site has been upgraded.
    			 *
    			 * @since MU (3.0.0)
    			 *