/** * Hide Google for WooCommerce fields on WooCommerce product edit screen. * Admin display only — does not disable Google sync or delete saved data. */ add_action( 'admin_head', function () {$screen = get_current_screen();if ( ! $screen || $screen->post_type !== 'product' ) { return; } ?>