uiXpress - A Simple Yet Powerful Admin Theme for WordPress

uiXpress - A Simple Yet Powerful Admin Theme for WordPress 1.4.0

No permission to download
Decryption key:



== Changelog ==

= 1.4.0 =
* Release TBC *

* Added automatic REST nonce refresh for the main admin app
- New uixpress/v1/rest-nonce endpoint returns a fresh wp_rest nonce for the current session
- lmnFetch proactively refreshes stale nonces and retries once after security token failures
- Background timer and tab visibility checks keep long-lived admin sessions working without a page reload
- REST nonce refresh endpoint requires a matching Origin or Referer host, is rate-limited per user and IP, and returns Cache-Control: no-store

* Admin framework wp-admin redirect safeguard (beta)
- Users with the manage_options capability are never redirected from wp-admin to uix-admin
- The Administrator role and admin users are stripped from redirect settings on save and cannot be selected in settings

* Added Plugin Update Protector
- Optionally retains the previous plugin version after updates for one-click rollback
- Automatically detects immediate fatal errors and restores the known-good version
- Covers manual, automatic, bulk, REST, and ZIP replacement update flows
- Emails the WordPress administrator when an automatic rollback is attempted
- Stores protected copies in private storage outside the public web root

* Improved plugins page search and repository browsing
- Installed plugin searches with no matches now offer to search the same term in the WordPress plugin directory
- Plugin repository opens in the main detail panel instead of a flyout drawer, matching the admin framework layout
- Repository search terms are preserved when opening plugin details and returning to results

* Added faster navigation between modern uiXpress admin pages
- Dashboard, posts, media, users, comments, plugins, settings, Menu Creator, Activity Log, Database Explorer, Role Editor, and Admin Notices can switch without a full page reload
- Page scripts and styles are loaded on demand to keep the initial admin bundle lightweight
- Browser back and forward navigation, page titles, menu highlighting, and post-type context stay synchronized
- Added a subtle page-content transition with reduced-motion support
- Native WordPress screens such as the block editor, Site Editor, and Customizer continue to use full page loads

* Improved PHP performance and memory usage across frontend requests
- Reworked backend bootstrapping so admin, REST, AJAX, and cron services load only in the request contexts that need them
- Reduced the measured uiXpress frontend bootstrap memory by approximately 49%, while loading 77 fewer PHP files and classes
- Deferred WordPress plugin, theme, update, and list-table dependencies until their management features are used
- Reduced logged-in frontend toolbar work by skipping admin-only plugin scans, menus, post types, MIME types, theme settings, and capability payloads
- Activity logger services now load only when activity logging is enabled
- Successful analytics table checks are cached to avoid repeated database schema queries
- Preserved custom login routing, SEO metadata, frontend analytics, collaboration, admin framework routes, REST endpoints, and scheduled cleanup tasks

* Corrected Plugin Performance reporting and rankings
- Plugin rows no longer present the shared PHP process peak as memory owned by each plugin
- The overview reports the page process peak once instead of summing overlapping values
- uiXpress now records direct lifecycle checkpoints for autoloading, app construction, initialization, and asset enqueueing
- Memory diagnostics distinguish retained bootstrap growth, observed process growth, and PHP allocator-reserved memory
- Relative impact rankings now use a weighted share of execution time, attributed database queries, and delivered asset size
- Asset impact includes only queued or printed scripts, styles, and their dependencies instead of every registered asset
- Database queries now belong to one nearest plugin caller, excluding profiler and WordPress dispatch frames
- Query totals report the global post-plugins-loaded observation window instead of summing overlapping plugin counts
- Query fingerprints, source files, and originating hooks are available for more reliable diagnostics

* Reduced database query overhead
- Consolidated migration checks and cached settings reads with blog-scoped multisite isolation
- Reduced the measured warm public uiXpress bootstrap from three database queries to one without a persistent object cache
- Replaced repeated activity and analytics table checks with versioned schema readiness markers
- Batched activity writes in retry-safe chunks and converted analytics aggregation to transactional set-based queries
- Cached analytics settings per request and combined comparison, event, user, and media counters
- Reduced dashboard, user, media, and analytics counter queries while preserving existing response formats
- Added a one-request admin framework bootstrap with automatic fallback to the existing endpoints
- Replaced global object-cache flushes with targeted uiXpress repository invalidation

* Refined and standardised UI across several areas of uiXpress

* Fixed checkboxes not visually showing as checked
Decryption key:


uiXpress - A Simple Yet Powerful Admin Theme for WordPress v1.3.0
== Changelog ==

= 1.3.0 =
* Release date date 8 July 2026 *

* Added WordPress multisite support for network-activated installs
- uiXpress configuration menu (Settings, Menu Creator, etc.) is only shown on the primary network site
- Network-managed subsites inherit settings and Menu Creator configs from the primary site
- Direct access to uiXpress admin pages on subsites redirects to the primary site
- Settings and menu writes are blocked on network-managed subsites

* Improved built-in analytics for WordPress multisite subsites
- Analytics tables are bootstrapped on frontend tracking, not only on admin visits
- User analytics dashboard counts subsite members only on multisite
- Analytics dashboard API calls always use current site data (ignores remote site switcher)

* Fixed custom base and accent theme colors not applying outside the settings page
- Theme colors are now applied as inline CSS variables on the document root, matching the settings page behaviour
- Prevents `theme.css` (loaded in the admin footer) from resetting custom color scales back to defaults on other admin pages

* Fixed style conflict with radio inputs where selected items appeared unclickable.

* Added lots of extra icons for the shortcuts icon select

* New admin framework released in beta.
Decryption key:


uiXpress - A Simple Yet Powerful Admin Theme for WordPress v1.2.23 Nulled
== Changelog ==

= 1.2.23 =
* Release date 25 June 2026 *

* Settings storage moved from database to file-based JSON
- Non-sensitive uiXpress settings are now stored in `{uploads}/uixpress/settings.json` instead of the `uixpress_settings` option
- Sensitive credentials remain in the database only: license key, instance ID, Google Analytics service account, Turnstile secret key, and remote site app passwords
- Existing installs are migrated automatically on upgrade; no manual action required
- If the uploads directory is unavailable or not writable, settings fall back to full database storage until file access is restored

* Menu Creator storage moved from custom post type to file-based JSON
- Custom admin menus are now stored in `{uploads}/uixpress/menus.json` instead of the `uipx-menu` post type
- Existing menus are migrated automatically on upgrade; legacy CPT posts are removed after a successful migration
- New REST API: `uixpress/v1/menus` replaces `wp/v2/uipxmenus` for Menu Creator CRUD
- Published menus are injected on admin page load, removing paginated REST fetches and the localStorage cache-key system on every admin request
- Sidebar refreshes after edits via `uixpress/v1/menus/published` when menus are saved or deleted
- Emergency fallback: menu data is mirrored to the `uixpress_menus_backup` option whenever the file is written
- Security: `{uploads}/uixpress/` is protected with `.htaccess` and `index.php`; Menu Creator CRUD requires `manage_options` with REST nonce verification; published menu reads require an authenticated session; menu item URLs and metadata are sanitized on write and on API output

* Fixed woocommerce layout / styling issues.

* Modern plugin manager: batch selection and bulk actions
- Multi-select in the installed plugins sidebar with select-all, shift-click range select, and a floating bulk action bar
- Row checkboxes are right-aligned and revealed on hover; selected plugins keep their checkbox visible
- Plugin list rows show version number with an "Update available" label when an update is pending (author removed from the list view)
- Bulk activate, deactivate, update, enable/disable auto-updates, and delete via sequential calls to existing REST endpoints
- uiXpress is protected from bulk deactivate and delete; plugins with unmet dependencies are skipped during bulk activate
- Summary notifications report success, failure, and skipped counts after each bulk operation

* Fixed layout issues on the widgets page.

* Fixed style conflicts with block editor and etch
Decryption key:


uiXpress - A Simple Yet Powerful Admin Theme for WordPress v1.2.22 Nulled
== Changelog ==

= 1.2.22 =
* Release date TBC *

* Custom dashboard: dashboard tab order setting now includes per-tab visibility (show/hide); hidden tabs are excluded from the dashboard tab bar (with a fallback if all would be hidden)
* Custom dashboard: new "Dashboard post types" setting (multi-select); drives Recent content, Scheduled Content, and Recent comments. Empty selection defaults to Posts only
* Added REST endpoint `uixpress/v1/dashboard-comments` to return comments filtered by selected post types for the dashboard Recent comments card

* Improved plugin ZIP replacement flow in the modern plugin manager
- Uploading a ZIP for an already installed plugin now asks for confirmation before replacing files
- Confirmation modal shows useful plugin metadata from the plugin root header, including version and requirements, to help validate the replacement

* Fixed plugin active status after ZIP replacement
- Replaced plugins that were active now correctly remain marked active after a successful replace/reactivation

* Fixed custom uiXpress plugin name in the modern plugin manager
- The "Rename uiXpress" white-label setting now updates the uiXpress plugin name in the modern plugin list and detail view

* Fixed conflict with solid security plugin
Decryption key:


uiXpress - A Simple Yet Powerful Admin Theme for WordPress v1.2.21 Nulled
= 1.2.21 =
* Release date 5 April 2026 *

* Fixed Gravatar / email hashing on non-secure HTTP URLs
- encodeToHash used Web Crypto subtle.digest, which is unavailable outside secure contexts (HTTPS or localhost)
- Sites on plain HTTP (e.g. Local .local domains) threw "Cannot read properties of undefined (reading 'digest')"
- Added a SHA-256 fallback so the same hex hash is produced when SubtleCrypto is missing

* Fixed intermittent modern post list pagination (e.g. page 2 on Pages) returning redirects or failing to load
- The hidden data endpoint admin.php?page=uixpress-posts-data overwrote global $pagenow too early (on plugins_loaded), so WordPress could resolve the wrong admin screen hook
- Validation and edit-screen context now run at the start of render_page() after routing is correct
- Permission check uses the requested post type’s edit capability (e.g. edit_pages for pages)
- fetchPostsData always sets page=uixpress-posts-data last so a duplicate page query arg cannot override the menu slug

* Improved button contrast and seperation in dark mode

* Refreshed menu icons

* Improved hover submenu stability with grace-area pointer intent
- Added pointer-intent submenu handling so slight diagonal cursor drift does not immediately close hover submenus
- Submenu bounds are recalculated during viewport resize/scroll while open for more reliable intent checks
- Prevented accidental submenu switching when crossing neighboring parent items while still moving toward the active submenu

* Fixed submenu hover state leaking between menu sections
- Hover state is now scoped per menu context (expanded, shortcuts/favorites, minimized)
- Prevents the same link from opening in both the main menu and shortcuts at the same time
- Keeps hover behavior isolated to the section currently being interacted with

* Added dashboard tab reordering in Settings
- New setting: Settings > Dashboard > Dashboard tab order
- Lets users rearrange dashboard category tabs and persists order to dashboard_tab_order
- Dashboard tab toggle now renders categories using the saved custom order

* Fixed various wp-toolbar issues
Decryption key:


uiXpress - A Simple Yet Powerful Admin Theme for WordPress v1.2.20 Nulled
== Changelog ==

= 1.2.20 =
* Release Date 11 March 2026 *

*Hot fix for '.fixed' class causing issues on post tables.

= 1.2.19 =
* Release Date 11 March 2026 *

* Fixed toolbar items not showing on hover *
* Fixed conflict with VITEPOS *
* Fixed frontend links display in the toolbar *
* Fixed hidden Product type selector in woocommerce. *
* Fixed font selection for google that would bug out when a font was set. *
* Fixed conflict with woocommerce class 'fixed' which does not mean position fixed. *
* Fixed issue with RankMath not displaying in the menu *
* Improved admin menu hover behavior by disabling hover menu behaviour on mobile *
* When creating new role in role editor, it gives you option to Choose a role here if you want a starting point instead of building capabilities from scratch. *
* Added stability improvements to menu creator and better cache and invalidation logic. *
* Added important flag in the Admin Notices UI so you can flag notices to show at the top of the admin page. *
Decryption key:


uiXpress - A Simple Yet Powerful Admin Theme for WordPress v1.2.18 Nulled
== Changelog ==

= 1.2.18 =
* Release Date * February 2026 *

* Fixed Activity Log timestamp timezone display
- Activity Log timestamps were showing incorrect times (+6 hours) for sites with non-UTC timezones
- REST API now converts MySQL datetimes to ISO 8601 with site timezone for correct frontend display
- Timestamps now display correctly regardless of WordPress timezone setting in Settings

* Removed user avatar dropdown and icon from toolbar
- Removed the circular avatar/gravatar element and associated context menu from the main toolbar
- Removed Theme switcher and Logout options that were in the dropdown (may be relocated elsewhere)

* Improved style layering and CSS scoping
- Excluded Bricks and MailerPress plugin styles from uixpress style layering to prevent conflicts
- Scoped CSS custom properties (--radius, --background, etc.) to :where(.wp-admin, .uixpress-isolation) to prevent conflicts with third-party themes and plugins

* Improved WordPress toolbar integration
- Changed WP toolbar host element ID from wpadminbar to uix-wp-toolbar-host to avoid conflicts
- Added retry logic when moving toolbar items (delays at 100ms, 300ms, 600ms) for async-loaded toolbar content
- moveToolbar now returns boolean to indicate success for retry logic

* Simplified frontend toolbar wrapper
- Removed toolbar container and toolbar classes from frontend wrapper for cleaner markup

* Improved global search keyboard handling
- Search keydown listener now uses capture: true for more reliable keyboard shortcut handling

* Dashboard layout improvements
- Restructured dashboard page layout with improved nesting and background styling
- Added bg-zinc-50 dark:bg-zinc-950 background to dashboard and activity log pages for consistent appearance

* Fixed community feedback
- Theme base colors not persisting after save/refresh (scoped CSS properties fix)
- Bricks and Advanced Themer toggle styling conflicts (Bricks style exclusion)
- MailerPress sidebar text not visible in light/dark theme (MailerPress style exclusion)
- WordPress command bar opening alongside uiXpress on Ctrl+K (search uses capture phase)
Decryption key:


uiXpress - A Simple Yet Powerful Admin Theme for WordPress v1.2.17
= v1.2.17 = Release Date 30 January 2026
* NEW: Add New Content Toolbar Button
- Added modern "Add New" dropdown button to the left side of the toolbar
- Replaces the default WordPress admin bar "New Content" menu with a cleaner design
- Dynamically extracts available post types from WordPress admin bar
- Shows appropriate icons for each content type (posts, pages, media, users, etc.)
- Respects user permissions - only shows content types the user can create
- Supports custom post types registered by plugins

* NEW: Detailed Updates in Notifications Panel
- Updates section now shows individual items instead of just counts
- WordPress core updates display current and new version numbers
- Each plugin with available update is listed with name and version transition
- Each theme with available update is listed with name and version transition
- Color-coded icons: blue for core, orange for plugins, purple for themes
- Direct links to appropriate update pages for each item
- Created new REST API endpoint (uixpress/v1/admin-status) for update and comment data
- Respects user capabilities (update_core, update_plugins, update_themes, moderate_comments)

* Fixed style conflict with elemnetor admin ui
* Fixed issue with Gravity forms where new form modals were not showing
* Improved css scoping to prevent some style conflicts
* Added new translations: Czech, Japanese, Korean, Polish, Russian, Turkish, and Chinese (Traditional)
* Dashboard analytics category now only shows when analytics is enabled in settings
* Fixed dashboard card layout issue where card wrappers were rendered even when user lacked required capabilities or plugins
Decryption key:


uiXpress - A Simple Yet Powerful Admin Theme for WordPress v1.2.16
We're thrilled to announce uiXpress 1.2.16, our biggest release yet with powerful new search capabilities, Google Analytics 4 integration, advanced font customization, and comprehensive WooCommerce customer insights.

Admin Menu Search - Find Anything Instantly
Navigate your WordPress admin faster than ever with the new Admin Menu Search. This powerful search functionality lets you find any admin page in seconds, searching through all menu items by name, URL, or ID.

Key features:

  • Real-time filtering as you type with highlighted matching text
  • Full keyboard navigation - use arrow keys to navigate, Enter to select, Escape to close
  • Smart sorting - exact matches first, then name matches, then URL matches
  • Context awareness - shows parent menu information for submenu items
  • Auto-selection - first result is automatically selected for lightning-fast keyboard navigation
  • Always accessible - search input is always visible when enabled (no button required)
The search seamlessly integrates into your admin menu with a refined UI that matches the existing design system and full dark mode support. Enable it in Settings > Menu > Enable Admin Menu Search and experience a faster way to navigate WordPress.

Google Analytics 4 Integration
Connect your Google Analytics 4 properties directly to uiXpress Analytics and view all your analytics data without leaving WordPress. This seamless integration brings the power of Google Analytics into your unified admin dashboard.

What you get:

  • Service account authentication with encrypted credential storage for security
  • Automatic property detection from your Google Analytics account
  • Complete data integration - overview stats, page views, devices, countries, referrers, and geographic data
  • Seamless provider switching between uiXpress built-in analytics and Google Analytics
  • Error handling with clear, user-friendly messages for authentication issues
  • OAuth-style connection flow with easy disconnect functionality
All your existing dashboard cards automatically work with Google Analytics data. Configure your connection in Settings > Analytics > Analytics Provider with a Google Analytics service account that has Viewer access to your GA4 property.

Custom Font Selector - Typography Control
Take complete control over your admin interface typography with the new Custom Font Selector. Choose from over 1000 Google Fonts, upload your own font files, or use custom font URLs - all with real-time preview.

Font options include:

  • Google Fonts - browse and search 1000+ fonts with live preview, select multiple weights (400, 700, custom)
  • Upload fonts - support for .woff, .woff2, .ttf, and .otf files with automatic font-face generation
  • Custom URLs - enter external font service URLs
  • System fonts - use default WordPress fonts
The visual selector makes it easy to find the perfect font, with real-time preview showing exactly how it will look in your admin interface. Configure your custom font in Settings > Theme > Custom Font.

WooCommerce Customer Insights
For WooCommerce users, we've added comprehensive customer data integration directly into the user details view. Get instant access to customer analytics and order history without leaving the user management interface.

Customer insights include:

  • Order analytics - total orders, total spent, average order value, and total items purchased
  • Order status breakdown with color-coded visual badges
  • Recent orders list showing the last 5 orders with status and totals
  • Complete billing and shipping addresses with company, email, and phone
  • Paying customer status badge for easy identification
  • Customer lifecycle dates - creation and modification timestamps
All data is fetched using WooCommerce's REST API and displayed in a beautifully styled interface that matches the existing dark mode design system.

Full changelogs

About us

  • Babiato Forum - The webmaster community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu