Clicks Admin Toolkit

Clicks Admin Toolkit

Details
View on WordPress

Clicks Admin Toolkit is the ultimate high-speed, zero-bloat administration suite and modular optimization engine for WordPress. Designed specifically for website administrators, developers, agency owners, and WooCommerce merchants, Clicks Admin Toolkit replaces 15+ separate single-purpose plugins with a single unified, lightning-fast dashboard.

Stop slowing down your WordPress admin with bloated, conflicting plugins that inject advertisements, upsell nags, and redundant database queries. With Clicks Admin Toolkit, you get 100+ essential administration enhancements, security hardening safeguards, speed optimizations, and store tweaks—all operating with strict zero-overhead execution.

⚡ Why Clicks Admin Toolkit Outperforms Other Admin Plugins

  • True Zero-Overhead Architecture: Inactive modules are never loaded. If a tool is turned OFF, its PHP file is never included, its functions are never parsed, and zero WordPress hooks are registered. Your admin dashboard stays instantaneous.
  • Single Database Record: All 100 tool configurations, settings, and options are stored in one single autoloaded database record (sasuite_settings). This guarantees that the plugin executes exactly one lightweight query during WordPress initialization.
  • 100% Free & Open Source: No locked features, no premium paywalls, no teaser restrictions, and zero upsell banners.
  • WordPress.org & Security Compliant: Built strictly adhering to official WordPress coding standards (PHPCS / WPCS). Includes strict nonce verification on all AJAX actions, strict user capability checks (manage_options), output escaping, and zero arbitrary code execution (eval / move_uploaded_file).
  • Cryptographic Security: Sensitive operations like user switching utilize cryptographic HMAC SHA-256 tokens (wp_salt('auth')) to mathematically prevent session tampering and privilege escalation.
  • DOMDocument SVG Sanitization: Upload SVGs safely with strict XML DOM parsing that strips malicious scripts, executable attributes, and external entities (XXE protection).

🧰 Comprehensive Breakdown of 100 Modular Tools (10 Categories)

Clicks Admin Toolkit organizes 100 professional features into 10 clean, focused categories:

📂 1. Content & Media Management (10 Tools)

  • Duplicate Post / Page / Custom Post Type: One-click clone action for posts, pages, and custom post types into draft status with all taxonomies, metadata, and custom fields preserved.
  • Safe SVG Uploads & XML Sanitizer: Enables .svg uploads in the WordPress Media Library while purifying XML via DOMDocument to strip scripts, iframes, and malicious event handlers.
  • Media File In-Place Replacement: Replace any image, document, or media asset in-place without altering its attachment ID, title, or existing post embeds.
  • Media Library Taxonomies & Categories: Adds hierarchical categories and filter dropdowns to the WordPress Media Library list and grid views.
  • Restrict Media Library to Own Uploads: Restricts non-administrator users (Authors, Contributors) so they only view and edit media files they personally uploaded.
  • Drag & Drop Post Reordering: Intuitive AJAX-based drag-and-drop ordering for posts, pages, and custom post types directly on the admin list table.
  • Enable Page Excerpts: Activates standard WordPress manual excerpt support and meta boxes for hierarchical pages.
  • External Links in New Tab: Automatically appends target="_blank" and rel="noopener noreferrer" attributes to all outbound external links within post content.
  • Automatic Image Alt & Title Fallback: Automatically populates missing image alt and title tags from parent post titles to boost accessibility and Google Image SEO.
  • Clean Image Filename Sanitizer: Automatically slugifies uploaded media filenames into clean, lowercase, URL-friendly names (e.g., IMG_4021.JPG becomes img-4021.jpg).

🎨 2. Admin UI, Menus & Navigation (10 Tools)

  • Admin Menu Organizer: Rename, reorder, or completely hide specific admin sidebar menu items per user role.
  • Admin Bar / Toolbar Cleaner: Hide the WordPress logo, comment bubbles, update counters, and “Howdy” greeting from the top admin bar.
  • Custom Admin Favicon: Upload a custom favicon displayed exclusively within the WordPress admin dashboard for easy multi-tab identification.
  • Custom Admin Columns Manager: Add Post ID, Featured Image Thumbnail, Word Count, Character Count, and Slug columns to any post list table.
  • Show Last Modified Date & Author: Displays the exact last edited timestamp and the user who modified the content in post and page list tables.
  • Sticky List Table Headers: Keeps column headers pinned to the top of the viewport when scrolling through long lists of posts, pages, or orders.
  • Wider Admin List Tables: Expands the post and page table layouts to full screen width on 1080p and 4K desktop displays.
  • Admin Footer Customizer: Customize or completely remove the default “Thank you for creating with WordPress” text and core version number.
  • Admin Dark Mode: Sleek, eye-friendly modern dark theme for the WordPress dashboard with high-contrast accent highlights.
  • Custom Admin Bar Quick Links: Add custom shortcuts, documentation links, and client support links directly into the top admin bar.

🔕 3. Dashboard & Notice Control (10 Tools)

  • Admin Notice Drawer: Collects third-party plugin alerts, nags, and banners into a slide-out drawer with a top-bar notification bell.
  • Disable Admin Notices by User Role: Suppress all non-critical plugin notices for non-administrator roles (Editors, Authors, Subscribers).
  • Disable Gutenberg Fullscreen by Default: Prevents the WordPress Block Editor from auto-maximizing into fullscreen mode on post edit screens.
  • Disable Default Dashboard Widgets: Turn off Welcome Panel, Quick Draft, WordPress Events, and Site Health widgets for an ultra-clean home screen.
  • Custom Dashboard Message Widget: Create a custom HTML/rich-text welcome widget for onboarding clients or posting team announcements.
  • Highlight Duplicate Post Titles: Visual warning badges highlight duplicate titles in post lists to avoid cannibalizing search rankings.
  • Disable Gutenberg Block Directory Search: Prevents the Gutenberg inserter from searching third-party plugins in the WordPress.org directory.
  • Admin Quick Search in Toolbar: Real-time search modal in the admin bar to instantly jump to any admin menu, setting, post, or page.
  • Disable Core Update Nag for Non-Admins: Hides the “WordPress X.X is available” update notice for all non-administrator users.
  • Frontend / Backend Quick Switcher: Jump instantly from public frontend view directly into the backend editor and vice-versa.

🔐 4. Login, Authentication & Access Control (10 Tools)

  • Custom Secret Login URL: Protect against automated brute-force attacks by moving /wp-login.php to a secret custom slug (e.g., /my-portal).
  • Custom Login Page Styler: Customize your login screen with your custom logo, brand background colors, and custom button colors.
  • Limit Login Attempts & IP Lockout: Automatically block IP addresses that exceed maximum failed login attempts with customizable lockout durations.
  • Login Identifier Rules: Restrict login authentication to require email address only or username only.
  • Role-Based Login Redirects: Redirect Subscribers, Customers, and Editors to specific custom landing pages upon successful login.
  • Role-Based Logout Redirects: Direct logged-out users to a custom thank-you page or home URL instead of the default login form.
  • Two-Factor Authentication (2FA TOTP): Standard TOTP time-based one-time password security compatible with Google Authenticator, Authy, and 1Password.
  • Emergency 2FA Bypass Codes: Generate downloadable backup access keys for two-factor enabled administrator accounts.
  • Hide Login Meta Links: Clean up the login screen by removing “Register”, “Lost Password”, and “Back to Blog” links.
  • Auto-Logout Idle Sessions: Automatically terminate inactive user sessions after a designated idle timeout to protect public or shared workstations.

🛡️ 5. Security & System Hardening (10 Tools)

  • Disable XML-RPC API: Block brute-force amplification attacks and unauthorized pingbacks targeting xmlrpc.php.
  • Hide WordPress Version Generator: Strip version meta tags and generator tags from <head>, RSS feeds, and REST API endpoints.
  • Disable Theme & Plugin File Editor: Enforce DISALLOW_FILE_EDIT to block file editing and prevent PHP code injection from the dashboard.
  • Anti-Spam Honeypot for Comments & Registration: Silent invisible field traps spam bots without annoying, accessibility-breaking captchas.
  • Block Author Enumeration Scans: Redirect /?author=N scans to prevent attackers from discovering valid user login handles.
  • Restrict REST API to Logged-in Users: Block unauthenticated public access to WP REST API endpoints while preserving internal core requests.
  • Email Alert on Admin Login from New IP: Immediate security alert email sent to administrators whenever an admin logs in from an unrecognized IP.
  • Obscure Login Error Messages: Replaces detailed error hints with generic “Invalid login credentials” to stop account enumeration.
  • Disable Self-Pingbacks: Stops WordPress from sending trackbacks and pingbacks to your own domain when linking internal articles.
  • Disable Application Passwords: Completely disable application password generation for REST API tools to prevent credential leakage.

⚡ 6. Speed & Performance Optimizations (10 Tools)

  • Disable Emojis & Styles: Removes extra emoji scripts, inline SVG styles, and DNS prefetch calls across frontend and admin pages.
  • Heartbeat API Frequency Controller: Throttle background Heartbeat API frequency (120 seconds) to slash server CPU load.
  • Limit Post Revisions: Prevent database bloat by capping the maximum number of revisions stored per post or page.
  • Autosave Interval Modifier: Adjust editor autosave frequency via editor settings filters with safe boundaries.
  • Clean HTML <head> Tags: Strip redundant RSD links, WLW Manifest links, shortlinks, and adjacent post URLs from the document head.
  • Disable RSS Feeds: Turn off RSS, RDF, and Atom feeds for non-blog corporate websites or landing pages.
  • Defer JavaScript Loading: Automatically adds the defer attribute to non-essential scripts for faster First Contentful Paint (FCP).
  • Remove Query Strings from Static Assets: Strip ?ver= query strings from script and stylesheet links to enable aggressive CDN caching.
  • Disable Dashicons on Frontend: Prevent dashicons.min.css from loading for logged-out visitors to save unnecessary HTTP requests.
  • Disable jQuery Migrate: Remove the legacy compatibility script on modern sites to trim frontend payload.

🛍️ 7. WooCommerce Store Enhancements (10 Tools)

  • Disable WooCommerce Admin Nags: Dismiss WooCommerce dashboard banners, marketplace prompts, and setup inbox notices.
  • WooCommerce Orders Extra Columns: Add Customer Email, Payment Method, and Shipping Method columns to the orders list table.
  • Direct Checkout (Skip Cart): Direct customers straight to Checkout after clicking “Add to Cart” to maximize conversion rates.
  • Auto-Complete Virtual Orders: Automatically transition virtual and downloadable orders to “Completed” status upon successful payment.
  • Hide Shipping Methods When Free Shipping is Available: Automatically hide paid shipping rates when a free shipping threshold is met.
  • Custom Add-to-Cart Button Text: Change button text globally across archives and single product pages (e.g., “Buy Now” or “Order Today”).
  • Empty Cart Button on Cart Page: 1-click clear cart action for shoppers on the WooCommerce cart page.
  • Delete Expired Coupons & Abandoned Cart Transients: Auto-cleanup expired coupons and orphaned cart transients to optimize the database.
  • Currency Symbol & Format Customizer: Custom currency symbol, position, and decimal/thousands separators for non-standard locales.
  • Custom Thank You / Order Received Page: Redirect completed orders to a custom landing page or sales funnel.

👥 8. User Management & Permissions (10 Tools)

  • User Last Login Tracker: Log and display the exact last login timestamp and date in the Users list table.
  • Force Password Change on First Login: Require new users to change their temporary password immediately upon their first login.
  • Disable New User Registration Admin Email: Prevent admin notification email flood on high-volume registration sites.
  • Hide Admin Bar by Role: Completely hide the top admin toolbar on the public frontend for specific user roles.
  • Restrict WP Admin Access by Role: Redirect non-admin roles (Subscribers, Customers) to the homepage if they attempt to access /wp-admin/.
  • Secure 1-Click User Switcher: Safely switch into another user profile with cryptographically signed HMAC authorization.
  • Enforce First & Last Name Display: Block username exposure by defaulting public display names to full names.
  • Terminate All Active User Sessions: 1-click emergency security action to log out all active user sessions site-wide.
  • Prevent Password Reset for Restricted Roles: Disable password resets for non-admin accounts on closed membership portals.
  • Default User Registration Role Override: Force specific default roles for newly registered accounts with verification.

✉️ 9. Outbound Email & Notifications (10 Tools)

  • Built-in SMTP Mailer: Custom SMTP host, port, encryption (SSL/TLS), and authentication to guarantee 100% email deliverability.
  • Site-wide “From Name” & “From Email” Override: Enforce a professional sender name and address across all outbound emails.
  • Outbound Email Logger & Body Preview: Log all outbound wp_mail() emails with delivery status, headers, recipients, and subject lines.
  • One-Click Live SMTP Test Email Sender: Instant SMTP diagnostic tool to test mail server connectivity and send test emails.
  • Clean HTML Email Wrapper Template: Automatically wrap all default plain-text WordPress emails in a sleek, responsive HTML template.
  • Disable Auto-Update Notification Emails: Stop receiving automated emails every time WordPress core, themes, or plugins auto-update.
  • Disable Comment Moderation Notification Emails: Suppress comment notification emails to site administrators.
  • Notify Admin on User Profile / Email Change: Send security alerts when any user email address or profile is modified.
  • BCC Administrator on Specific System Emails: Automatically blind-copy site admins on important customer notifications.
  • Custom Email Header & Logo Styler: Insert your agency or store logo into the header of outbound WordPress emails.

🔧 10. Utilities & Maintenance (10 Tools)

  • Stylish Maintenance & Coming Soon Mode: Activate a stylish maintenance screen with custom message, countdown, and IP/Role whitelist.
  • Password Protect Entire Website: Put the entire website behind a single master password with custom session expiry.
  • System Health & Server Inspector: Complete overview of PHP memory limit, extensions, MySQL version, max upload size, and limits.
  • One-Click Database Table Optimizer & Transient Cleaner: 1-click cleanup for expired transients, spam comments, trash, and orphaned metadata.
  • Safe Database Search & Replace Tool: Safe string search and replace utility with full serialized data handling and dry-run preview.
  • Admin Activity Audit Log: Log important admin events (plugin activations/deactivations, user role modifications, settings changes).
  • Floating Scroll to Top Button: Add a smooth, customizable back-to-top button in both the WordPress Admin and public frontend.
  • Clear Object Cache & Transients Quick Button: Instant cache-flushing action directly in the top admin toolbar.
  • HTTP 503 Header for Maintenance Mode: Send proper HTTP 503 Service Unavailable headers during maintenance to preserve SEO.
  • Settings JSON Backup, Export & Instant Import: Export the entire plugin configuration as a JSON file and import it onto any site.

🚀 Real-World Use Cases

  • For WordPress Agencies & Freelancers: Configure your preferred stack of admin tweaks, UI cleanups, and client branding once, then export the JSON configuration to deploy across every new client website in under 5 seconds.
  • For WooCommerce Store Owners: Speed up checkout with direct cart-skipping, automate virtual order completions, suppress admin nags, and track customer details right from the order list table.
  • For High-Traffic Websites: Throttle the Heartbeat API, remove query strings, defer non-essential scripts, and limit post revisions to significantly decrease server resource utilization.
  • For Security-Minded Webmasters: Move the login URL, disable XML-RPC, enforce TOTP two-factor authentication, restrict REST API access, and block author scanning bots.

Details

Plugin code:
clicks-admin-toolkit
Plugin version:
1.0.3
Outdated:
No
WP version:
6.0 or higher
PHP version:
7.4 or higher
Test up to WP version:
7.1
Total installations:
0
Last updated:
2026-09-03
Rating:
Times rated:
0
admin-enhancements
disable-xmlrpc
duplicate-post
limit-login-attempts
svg-upload