Title: Copy Paste Ubermenu Settings
Author: a 53 minute production
Published: <strong>2026년 9월 1일</strong>
Last modified: 2026년 9월 15일

---

플러그인 검색

![](https://ps.w.org/ubermenu-copypaste-settings/assets/banner-772x250.png?rev=3681615)

![](https://ps.w.org/ubermenu-copypaste-settings/assets/icon-256x256.png?rev=3681615)

# Copy Paste Ubermenu Settings

 작성자: [a 53 minute production](https://profiles.wordpress.org/abda53/)

[다운로드](https://downloads.wordpress.org/plugin/ubermenu-copypaste-settings.1.3.zip)

 * [세부사항](https://ko.wordpress.org/plugins/ubermenu-copypaste-settings/#description)
 * [평가](https://ko.wordpress.org/plugins/ubermenu-copypaste-settings/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/ubermenu-copypaste-settings/#installation)
 * [개발](https://ko.wordpress.org/plugins/ubermenu-copypaste-settings/#developers)

 [지원](https://wordpress.org/support/plugin/ubermenu-copypaste-settings/)

## 설명

Copy Paste Ubermenu Settings helps you reuse UberMenu configuration across menu 
items without re-entering every field by hand.

On **Appearance  Menus**, each menu item gets compact Copy and Paste controls next
to the UberMenu settings toggle. Copy stores that item’s UberMenu settings; Paste
applies them to another item after confirmation.

**Requirements**

 * WordPress 5.8 or later
 * PHP 7.4 or later
 * [UberMenu](https://sevenspark.com/docs/ubermenu-3) (third-party plugin) must 
   be installed and active
 * Access to the WordPress admin **Appearance  Menus** screen. This plugin adds 
   admin-only copy/paste controls inside UberMenu on that screen. It does **not**
   work with directly in Full Site Editing (FSE) / block themes that manage navigation
   in the Site Editor instead of Appearance  Menus.

This plugin is an independent companion tool. It is not affiliated with or endorsed
by UberMenu / SevenSpark. It does not change your theme, license, front-end menus,
or block-based navigation—only the UberMenu settings UI in wp-admin. This plugin
only adds Copy/Paste capabilities within the Ubermenu menu settings.

**Features**

 * Copy UberMenu settings from a menu item
 * Paste those settings onto another menu item (with confirmation)
 * Same-site mode uses browser local storage (default)
 * Optional cross-site mode uses the system clipboard so you can move settings between
   two WordPress sites
 * Settings page under **Appearance  UM Copy/Paste** and **53 Minute Tools  Copy
   Paste Ubermenu Settings**

**Cross-site mode**

Enable **Cross-site copy/paste** under Appearance  UM Copy/Paste on both sites. 
Copy writes JSON to the clipboard; Paste reads from the clipboard. Cross-site paste
requires a secure context (HTTPS) and a browser that supports the Clipboard API.

## 스크린샷

[⌊Copy and paste icons on a menu item in Appearance → Menus.⌉⌊Copy and paste icons
on a menu item in Appearance → Menus.⌉[

Copy and paste icons on a menu item in Appearance  Menus.

[⌊Cross-site option on Appearance → UM Copy/Paste.⌉⌊Cross-site option on Appearance
→ UM Copy/Paste.⌉[

Cross-site option on Appearance  UM Copy/Paste.

## 설치

This plugin runs entirely in the WordPress admin. It extends UberMenu on the classic**
Appearance  Menus** screen and is **not compatible with Full Site Editing (FSE) 
block themes**, which do not use that screen for navigation.

 1. Upload the `ubermenu-copypaste-settings` folder to the `/wp-content/plugins/` directory,
    or install the zip via **Plugins  Add New  Upload Plugin**.
 2. Activate the plugin through the **Plugins** screen.
 3. Confirm UberMenu is installed and active, and that your site uses a classic theme
    with **Appearance  Menus** (not an FSE block theme using the Site Editor for menus).
 4. Go to **Appearance  Menus** and use the copy/paste icons on menu items that have
    UberMenu settings.
 5. Optionally enable cross-site mode under **Appearance  UM Copy/Paste**.

## FAQ

### Does this work without UberMenu?

No. UberMenu must be active. Without it, the copy/paste controls are not loaded.

### Does this work with Full Site Editing (FSE) / block themes?

No. This plugin only adds controls on the classic **Appearance  Menus** admin screen,
inside UberMenu’s menu-item settings. FSE block themes use the Site Editor for navigation
instead of that screen, so this plugin does not apply and will not help there. Use
a classic theme (or a setup where UberMenu and Appearance  Menus are available in
wp-admin).

### Where are copied settings stored?

By default, in the browser’s local storage for the current site. With cross-site
mode enabled, settings are copied to and pasted from the system clipboard only (
not stored on the server).

### Is the settings form secure?

Yes. The Appearance  UM Copy/Paste option uses the WordPress Settings API with capability
checks (`manage_options`), nonces, and boolean sanitization. Menu copy/paste runs
in the admin UI only for users who can edit menus; pasted data is validated before
it is applied to fields.

### Can I paste malicious clipboard data?

Pasted JSON is treated as untrusted. The plugin sanitizes keys/values, rejects unsafe
media/edit URLs, and never injects clipboard strings as raw HTML.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Copy Paste Ubermenu Settings”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이
이 플러그인에 기여하였습니다.

기여자

 *   [ a 53 minute production ](https://profiles.wordpress.org/abda53/)

[자국어로 “Copy Paste Ubermenu Settings”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/ubermenu-copypaste-settings)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/ubermenu-copypaste-settings/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/ubermenu-copypaste-settings/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/ubermenu-copypaste-settings/)
을 [RSS](https://plugins.trac.wordpress.org/log/ubermenu-copypaste-settings/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.3

 * Abda53 namespace for admin UI class.

#### 1.2

 * Fixes **53 Minute Tools** menu registration when this is the only 53mp plugin
   active (suite boot runs before duplicate guards; fallback load if the shared 
   loader did not run).
 * Uses shared `fifty-three-minute-tools-suite-boot.php` for deferred admin class
   loading.
 * Automatically deactivates duplicate active copies (legacy folder names); removes
   misleading “did not load” error when WordPress had two paths active.

#### 1.1

 * Registers under the shared **53 Minute Tools** admin menu (with overview blurb).
 * Tested up to WordPress 7.1.

#### 1.0

 * Initial public release for the WordPress plugin directory.
 * Settings API option for cross-site clipboard mode.
 * Hardened paste handling for untrusted clipboard / localStorage data.
 * Internationalized admin UI strings (PHP and JS).

## 기초

 *  버전 **1.3**
 *  최근 업데이트: **1일 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 5.8 또는 그 이상 **
 *  다음까지 시험됨: **7.1**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/ubermenu-copypaste-settings/)
 * 태그:
 * [admin](https://ko.wordpress.org/plugins/tags/admin/)[copy & paste](https://ko.wordpress.org/plugins/tags/copy-paste/)
   [menu](https://ko.wordpress.org/plugins/tags/menu/)[navigation](https://ko.wordpress.org/plugins/tags/navigation/)
 *  [고급 보기](https://ko.wordpress.org/plugins/ubermenu-copypaste-settings/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/ubermenu-copypaste-settings/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/ubermenu-copypaste-settings/reviews/)

## 기여자

 *   [ a 53 minute production ](https://profiles.wordpress.org/abda53/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/ubermenu-copypaste-settings/)