Branding tab
The Branding tab lets you white-label the plugin — changing how it appears inside WordPress admin — and set your preferred Command Palette shortcut. See Branding for a full reference on every white-label field.Export / Import tab
The Export / Import tab lets you download a signed JSON bundle of plugin settings and restore it on the same site or a different one.Exporting settings
Select the sections you want to include, then click Export Settings to download awmp-settings-YYYY-MM-DD.json file.
The available sections are:
| Section | What it contains |
|---|---|
| Branding | Plugin name, menu label, logo URL |
| Maintenance | All wmp_maintenance_* options |
| SMTP / Email | All wmp_smtp_* and wmp_email_* options |
| Image Settings | WebP, AVIF, and SVG options |
| Code Snippets | All rows from wp_wmp_snippets |
| Redirects | All rows from wp_wmp_redirects |
| Notes | All rows from wp_wmp_notes |
_signature key of the JSON file.
Importing settings
Drop a previously exported.json file onto the drop zone, or click the zone to browse for a file. The plugin reads the file and shows a preview:
- Exported from — the site URL the bundle was created on.
- Date — the export timestamp.
- Plugin version — the version of WP Manager Pro that created the bundle.
- Sections detected — which sections are present in the file.
If the bundle was created on a different site, the HMAC signature will not match and a warning is shown. The import still proceeds — you choose which sections to overwrite.
WordPress XML export
Below the JSON import card, a WordPress Content Export section lets you download a standard WordPress WXR XML file. Choose from:- All Content
- Posts only
- Pages only
- Media only
- Custom post type — enter the post type slug
export_wp() function, so the output is fully compatible with the standard WordPress importer.
Changelog tab
The Changelog tab shows the complete version history of WP Manager Pro as a collapsible accordion. The most recent version is expanded by default and highlighted so you can see what changed in the release you are running. Each entry lists:- Version number and release date
- A bulleted list of changes, additions, and bug fixes in that release
FAQ tab
The FAQ tab contains 9 common questions about WP Manager Pro. The first question is expanded by default. At the bottom of the tab, a Still have a question? link opens a new GitHub issue directly so you can ask the maintainers.How do I upgrade the plugin to a new version?
How do I upgrade the plugin to a new version?
Go to Plugins → Add New → Upload Plugin and upload the new
.zip file. WordPress replaces the existing files in-place and keeps the plugin active. Make sure the ZIP contains the wp-manager-pro/ folder at its root.Why does the admin menu label not update immediately after saving?
Why does the admin menu label not update immediately after saving?
What does Settings Export / Import include?
What does Settings Export / Import include?
The export bundle includes: Branding, Maintenance settings, SMTP / Email config, Image settings, Code Snippets, Redirects, and Notes. It is signed with an HMAC using the source site’s WordPress auth salt. Sensitive values like SMTP passwords are included in plain text — treat the file as a secret.
How does the Command Palette shortcut work?
How does the Command Palette shortcut work?
Press Cmd+Shift+P (Mac) or Ctrl+Shift+P (Windows / Linux) to open the Command Palette from anywhere inside the plugin. You can change the shortcut to ⌘ Shift K or ⌘ K in Settings → Branding → Command Palette Shortcut. The setting is saved in
localStorage and takes effect immediately without a page reload.Changing the plugin display name
Open Settings
In the WordPress admin sidebar, click WP Manager (or your custom label) to open WP Manager Pro, then navigate to Settings.
Enter the new name
On the Branding tab, type your preferred name in the Plugin Name field. This name appears in the plugin’s sidebar header.
Update the admin menu label
Type the label you want to appear in the WordPress left-hand navigation menu in the Admin Menu Label field.
Renaming the plugin does not affect file paths, database table names, or the REST API namespace. All API routes remain under
wp-manager-pro/v1.