woocommerce_admin_updated_existing

woocommerce_admin_updated_existing

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.6.5.1

do_action('woocommerce_admin_updated_existing') is found 1 times:

  • /packages/woocommerce-admin/src-internal/Admin/Install.php line 179
    				/**
    				 * An existing installation of WooCommerce Admin has been
    				 * updated.
    				 */
    				do_action( 'woocommerce_admin_updated_existing' );
    			}
    		}
    
    		/*
    		 * Add the version option if none is found, as would be the case when
    		 * initialized via Core for the first time.