Hoppa till innehåll
WordPress.org

Svenska

  • Teman
  • Tillägg
  • Nytt
  • Support
  • Om…
  • Mönster
  • Engagera dig!
  • Skaffa WordPress
Skaffa WordPress
WordPress.org

Plugin Directory

WPGreeks Securities

  • Skicka in ett tillägg
  • Mina favoriter
  • Logga in
  • Skicka in ett tillägg
  • Mina favoriter
  • Logga in

WPGreeks Securities

Av WPGreeks Pro
Ladda ner
  • Detaljer
  • Recensioner
  • Installation
  • Utveckling
Support

Beskrivning

WPGreeks Securities provides a lightweight admin companion framework built strictly for performance, customization, and file environment hardening. This utility suite uses absolute native WordPress core loops and capability hooks to run adjustments cleanly without running risky runtime scripts or database modifications.

Built using native WordPress APIs and coding standards, the plugin focuses on performance, security, and ease of use without modifying core files.

Features

  • Secure Login URL customization
  • Hide the default wp-login.php access point
  • Protection against common automated login attacks
  • Modern Dashboard Sidebar UI enhancement
  • Lightweight and performance-friendly architecture
  • HTML Sitemap Generator Engine
  • Automated Lead Thank You Page Generator
  • Native Contact Form 7 Auto-Redirect Integration
  • Native WordPress Settings API integration
  • Secure option handling and validation
  • WordPress coding standards compliant

Module-1: Secure Login URL Changer

Replace the default WordPress login URL with your own custom login slug. This helps reduce automated bot attacks targeting wp-login.php and improves overall login security.

Module-2: Modern Dashboard Sidebar UI

Enable a modern and cleaner WordPress admin sidebar design that improves readability, spacing, and visual organization for administrators.

Module-3: File & Environment Hardening Guard

Secures production sites from code modifications or unauthorized software deployments by dynamically intercepting user capabilities to disable backend theme/plugin installations, uploads, and direct file editor boxes.

Module-4: HTML Sitemap Generator Engine

Automatically Provisions and manages an organic, indexable static architecture directory map page using an explicit deployment shortcode or deploy the following shortcode onto any page or widget container to render a multi-column, accessible structural outline index matching your settings criteria:

[wpgreeks_html_sitemap]

Available filters managed seamlessly via the independent sub-settings group:
* Pages (Standard Hierarchy)
* Posts (Standard Loop)
* Custom Post Types (Dynamically listed per active environment)
* Public Taxonomies (Custom terms built across active schemas)

Module-5: Automated Lead Thank You Page

Instantly provisions and deploys a clean, high-converting lead destination landing page. It includes a dedicated configuration sub-menu page to edit your visual headlines and body content using a native WYSIWYG editor, alongside a built-in Contact Form 7 interceptor to automatically route successful form submissions to your live thank-you URL. Deploy using the following system shortcode:

[wpgreeks_thankyou_page]

Skärmdumpar

Settings Manager dashboard with security feature toggles.
Settings Manager dashboard with security feature toggles.
Modern Dashboard Sidebar UI enhancement.
Modern Dashboard Sidebar UI enhancement.
Secure Login URL configuration panel.
Secure Login URL configuration panel.

Installation

  1. Upload the wpgreeks-securities folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the WordPress Plugins screen.
  3. Open WPGreeks Securities from the WordPress admin menu.
  4. Enable the desired security modules from the Settings Manager.

Vanliga frågor

Does this plugin modify WordPress core files?

No. WPGreeks Securities 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 the plugin 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.

Is the Modern Dashboard UI compatible with other plugins?

Yes. The UI enhancements use isolated and namespaced CSS to minimize conflicts with other plugins.

Is data sanitized and validated?

Yes. All settings use WordPress sanitization, validation, nonce verification, and Settings API best practices.

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 Module 4 to ON inside the central WPGreeks Securities settings console, a physical page titled "HTML sitemap for WordPress" 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 Module 4 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 (Module 5) page creation work?

Turning Module 5 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 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.

Recensioner

Great plugin

sumit2904 9 juli 2026
Excellent plugin! Lightweight, easy to configure, and the custom login URL works perfectly. The modern admin UI is a nice bonus. Great work!
Läs 1 betyg

Bidragsgivare och utvecklare

”WPGreeks Securities” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer
  • WPGreeks Pro
  • Prashant Kansal
  • wpgreeks

Översätt ”WPGreeks Securities” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

1.6.0

  • Feature Expansion: Integrated Module 5: 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.
  • Code Quality Patch: Corrected critical PHP parse/syntax errors during admin menu compilation logic.
  • Core Fallback Engine: Programmed automated text fallbacks to guarantee robust default titles and content are rendered if settings input fields are saved blank.
  • Feature: Upgraded Module 5 body content input to a full TinyMCE Classic Editor with media buttons and HTML tab support.
  • Bug Fix: Resolved the 404 Page Not Found error encountered by logged-in users during the logout routing process inside Module 1.
  • Enhancement: Updated the auto-generated sitemap page title configuration from ”HTML sitemap for wordpress” to a cleaner ”HTML Sitemap”.
  • 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 Module 4: HTML Sitemap Generator Architecture Engine.
  • Feature Expansion: Introduced dynamic automatic publishing/destruction for shortcode roadmap pages.
  • Feature Expansion: Added smart inspection loops that look up and list active public CPT and custom tax definitions.
  • Architecture Patch: Separated individual settings fields into isolated data storage scopes to eliminate setting overwrite collisions.
  • UI Patch: Enqueued standard dashicons across administration view tables to ensure correct rendering.
  • Frontend Enhancement: Split stylesheet architecture, adding highly responsive 3-column masonry rule styling across active client-facing sitemaps.

1.4.0

  • Evolved backend architecture into a three-part security and workspace layout switchboard framework.
  • Added Module 3 (File & Environment Hardening Guard) to protect core files by disabling backend plugin/theme installations, uploads, updates, and direct template editor screens.
  • Intercepted system capabilities natively via the user_has_cap hook filter matrix to prevent dashboard-level security breaches and rogue code modifications.

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).
  • Cleaned up code layout architecture to follow strict WordPress Codex coding and safety protocols by completely removing all inline attributes.

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.
  • Set up target conditional asset enqueuing inside the main hook loop to load admin-menu.css across all WordPress backend pages without running unwanted background scripts.

1.1.0

  • Resolved the critical PHP layout variables conflict ($user_login and $error being undefined) during standard theme session terminations.
  • Upgraded runtime injection to hook natively on wp_loaded instead of early initialization phases, eliminating site-wide white screens and core routing conflicts.

1.0.0

  • Re-engineered plugin into a Modular Component Framework to isolate and separate custom menu logic rules.
  • Created the ”WPGreeks Secure Login Slug” tool (Module 1) to block automated malicious scripts by routing wp-login queries to an optimized custom page slug gateway.
  • Integrated modern interactive CSS toggle switches into the Settings Manager dashboard for quick module activation.
  • Added cryptographic security handshake validations (wp_nonce_field and check_admin_referer) across all input forms.

Meta

  • Version 1.6.0
  • Senast uppdaterat 11 timmar sedan
  • Aktiva installationer Färre än 10
  • WordPress-version 6.9 eller senare
  • Testat upp till 7.0.2
  • PHP-version 8.0 eller senare
  • Språk
    English (US)
  • Etiketter
    hardeninghtml sitemapsecurity
  • Avancerad vy

Betyg

5 av 5 stjärnor.
  • 1 5-stjärnig recension 5 stjärnor 1
  • 0 4-stjärniga recensioner 4 stjärnor 0
  • 0 3-stjärniga recensioner 3 stjärnor 0
  • 0 2-stjärniga recensioner 2 stjärnor 0
  • 0 1-stjärniga recensioner 1 stjärna 0

Your review

Se alla recensioner

Bidragande personer

  • WPGreeks Pro
  • Prashant Kansal
  • wpgreeks

Support

Har du något att säga? Behöver du hjälp?

Visa supportforum

  • Om
  • Nyheter
  • Webbhotell (hosting)
  • Integritet
  • Showcase
  • Teman
  • Tillägg
  • Mönster
  • Lär dig
  • Support
  • Utvecklare
  • WordPress.tv ↗
  • Engagera dig
  • Evenemang
  • Donera ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Svenska

  • Besök vår X-konto (f.d. Twitter)
  • Besök vårt Bluesky-konto
  • Besök vårt Mastodon-konto
  • Besök vårt Thread-konto
  • Besök vår Facebook-sida
  • Besök vårt Instagram-konto
  • Besök vårt LinkedIn-konto
  • Besök vårt TikTok-konto
  • Besök vår YouTube-kanal
  • Besök vårt Tumblr-konto
Kod är poesi.
The WordPress® trademark is the intellectual property of the WordPress Foundation.