Description
WPGreeks Securities & SEO Tools provides a lightweight admin companion framework built strictly for site security, workflow productivity, SEO optimization, and file environment hardening. This utility suite uses native WordPress core loops, modern APIs, and capability hooks to execute adjustments cleanly without adding database bloat or unnecessary performance overhead.
Built in strict compliance with WordPress coding and security standards, every feature runs independently on a decoupled architecture with granular Role-Based Access Control (RBAC).
Manage Settings Workspace (Main Dashboard)
- Module 1: WPGreeks Secure Login Slug – Replace default
wp-login.phpandwp-adminwith custom entry slugs to block brute-force attacks and unauthorized bot access. - Module 2: Modern Sidebar UI Layout – Sleek, minimalist admin sidebar stylesheet overlay with customized spacing and global brand accents.
- Module 3: File & Environment Hardening Guard – Restrict dashboard-level theme/plugin installations, updates, and direct code editing using native capability filters.
- Module 4: Page & Post Duplicator Engine – Streamline content workflows with 1-click duplicate action links across posts and pages, replicating content, taxonomies, and custom meta fields into draft status.
SEO Engine: SEO Activities Workspace
- SEO Module 1: HTML Sitemap Generator – Automatically generate an indexable structural road map of pages, posts, CPTs, and taxonomies via shortcode deployment.
- SEO Module 2: Automated Lead Thank You Page – Deploy dedicated conversion landing pages with full WYSIWYG text controls and direct Contact Form 7 redirection integration.
- SEO Module 3: Multi-Keyword SEO Override Engine – Clean, localized input controls to seamlessly inject targeted meta keyword tags directly into page headers.
- SEO Module 4: Table of Contents Generator – Parse page/post headings (H2–H6) dynamically to construct structured, smooth-scrolling Table of Contents boxes for improved UX and SEO readability.
Platform Features
- Role-Based Access Control (RBAC) – Granular capability management (
wpgreeks_manage_security,wpgreeks_manage_duplicate, etc.) ensuring sub-admins and custom roles only access authorized feature tabs. - Interactive UI Enhancements – 1-click clipboard helpers for all shortcode badges with animated “Copied!” tooltips.
- Strict Security Standards – Cryptographic nonce validation, data sanitization callbacks, and isolated option storage scopes across all settings modules.
Available Shortcodes
[wpgreeks_html_sitemap]– Renders a responsive multi-column HTML sitemap directory.[wpgreeks_thankyou_page]– Renders the configured conversion thank-you page content.[wpgreeks_toc]– Renders a dynamic, structured Table of Contents for headings (H2–H6) within your page or post.
Screenshots






Installation
- Upload the
wpgreeks-securitiesdirectory to the/wp-content/plugins/directory. - Activate the plugin through the Plugins screen in WordPress.
- Access WPGreeks Securities or WPGreeks SEO from the WordPress admin menu dashboard.
- Enable your desired security, layout, or SEO modules from the central settings workspaces.
FAQ
-
Does this plugin modify WordPress core files?
-
No. WPGreeks Securities & SEO Tools never modifies WordPress core files. All functionality is implemented using official WordPress hooks and APIs.
-
What happens if I forget my custom login URL?
-
You can temporarily deactivate or rename the plugin directory via FTP or your hosting file manager. WordPress will automatically restore the default login URL.
-
Does the plugin affect website performance?
-
No. The plugin is designed to be lightweight and loads assets only when required.
-
Does the Environment Hardening Guard affect manual developer file updates?
-
Not at all. The lockdown mechanics purely restrict dashboard-level execution capabilities, such as code additions or web-installer screens. You can still modify files safely over secure SFTP/FTP.
-
How does the automated HTML Sitemap page provisioning work?
-
When you toggle SEO Module 1 to ON inside the central WPGreeks Securities settings console, a physical page titled
"HTML Sitemap"containing the shortcode is generated instantly. If you turn the master switch OFF, the system automatically cleans up and deletes that page context completely. -
Can I select specifically what content gets exposed on the sitemap layout?
-
Yes. Once SEO Module 1 is activated, a separate configuration screen becomes available where you can use clean binary toggles to instantly include or exclude Pages, Posts, Custom Post Types, and Taxonomies.
-
How does the Automated Lead Thank You Page (SEO Module 2) page creation work?
-
Turning SEO Module 2 ON automatically deploys a published page titled
"Thank You"populated with the template shortcode. Turning it OFF removes and deletes this page completely from your database trash to keep your page directory clean. -
How does the Table of Contents Generator (SEO Module 4) work?
-
When SEO Module 4 is enabled, inserting the
[wpgreeks_toc]shortcode automatically scans the post or page content for heading tags (<h2>to<h6>), generates anchor links, and renders a clean, accessible navigation block with smooth scrolling. -
How does SEO Module 3 manage SEO Meta Keywords?
-
SEO Module 3 adds localized input fields within your workspace to safely inject custom
<meta name="keywords" content="...">tags directly into the<head>of targeted pages without requiring heavy third-party SEO plugins. -
How does the Contact Form 7 integration behave if the plugin is deleted?
-
The plugin features a smart background checker. If Contact Form 7 is uninstalled, disabled, or missing, the auto-redirect toggle will automatically uncheck, lock itself (greyed-out in the UI), and disable any database-level redirection filters to prevent page redirect errors.
-
What happens if I leave the Thank You Page editor blank?
-
The plugin has an integrated fallback mechanism. If you clear the fields and save, it will automatically populate and render beautiful pre-configured default texts (“Thank You for Reaching Out!”) on your frontend.
-
How does the Page & Post Duplicator Engine (Module 4) work?
-
When Module 4 is activated under the Manage Settings Tab, hover action links on the Posts and Pages list tables display a “Duplicate” button. Clicking it instantly clones the item (including content, categories, tags, and custom fields) into a new Draft entry.
-
Who can access the WPGreeks dashboard subpages?
-
Access is protected using native Role-Based Access Control (RBAC) capabilities. Administrators retain master access (
manage_options), while specific workspaces can be delegated to roles with capabilities likewpgreeks_manage_security,wpgreeks_manage_duplicate, orwpseo_edit_advanced_metadata.
Reviews
Contributors & Developers
“WPGreeks Securities & SEO Tools” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WPGreeks Securities & SEO Tools” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.8.0
- Feature Expansion: Integrated Module 4: Page & Post Duplicator Engine for 1-click item cloning across posts and pages.
- Security & Access Control: Refactored navigation menus to enforce strict Role-Based Access Control (RBAC) capabilities (
wpgreeks_manage_security,wpgreeks_manage_duplicate). - Plugin Integration: Standardized
WPGREEKS_PLUGIN_BASENAMEconstants across Plugin Action Links and Screen Options listeners. - Settings API Hardening: Enforced strict
admin_initoption group registrations across all workspace tabs for stable settings persistence. - Codebase Stability: Hardened single-file architecture to ensure full backwards compatibility and eliminate execution errors.
1.7.0
- Feature Expansion: Integrated SEO Module 4: Table of Contents Generator for dynamic heading navigation.
- Feature Expansion: Integrated SEO Module 3: Multi-Keyword SEO Override Engine for localized meta tag injection.
- UI Enhancement: Added 1-click clipboard helpers and “Copied!” tooltips across all shortcode badges.
- Stability: Added runtime validation and fallback execution wrappers to prevent structural error alerts during plugin activation and page rendering.
1.6.1
- Bug Fix: Resolved critical PHP parse/syntax errors in admin menu compilation logic.
- Stability: Added runtime validation and fallback execution wrappers to prevent structural error alerts during plugin activation and page rendering.
- UI Polish: Fixed default text values for the Thank You Page shortcode to ensure consistent display.
1.6.0
- Feature Expansion: Integrated SEO Module 2: Automated Lead Thank You Page.
- Workspace Optimization: Shifted Thank You options into a dedicated, clean sub-menu setup page (
Thank You Setup) to keep the primary dashboard scannable. - Compatibility Safeguard: Implemented a dynamic fallback listener that hides, unchecks, and locks the CF7 redirect option if the Contact Form 7 plugin is deactivated.
- Bug Fix: Resolved the 404 Page Not Found error encountered by logged-in users during the logout routing process inside Module 1.
- Access Control: Integrated Yoast SEO capability parameters to safely grant exclusive access of the SEO Workspace dashboard to the SEO Manager role.
1.5.0
- Feature Expansion: Integrated SEO Module 1: HTML Sitemap Generator.
- Feature Expansion: Introduced dynamic automatic publishing/destruction for shortcode roadmap pages.
- Architecture Patch: Separated individual settings fields into isolated data storage scopes to eliminate setting overwrite collisions.
1.4.0
- Added Module 3: File & Environment Hardening Guard to protect core files by disabling backend plugin/theme installations, uploads, updates, and direct template editor screens.
1.3.0
- Dedicated “Updates” log tab layout page inside the core dashboard manager view.
- Extracted all structural styling from PHP views into an optimized external asset sheet (
admin-style.css).
1.2.0
- Added “Enable Modern Design UI” management switch (Module 2) to toggle sleek visual styling modifications across the global WordPress administrative sidebar area.
1.1.0
- Resolved the critical PHP layout variables conflict (
$user_loginand$errorbeing undefined) during standard theme session terminations.
1.0.0
- Initial release: Modular Component Framework featuring Module 1: WPGreeks Secure Login Slug and central settings dashboard.
