콘텐츠로 바로가기
WordPress.org

한국어

  • 테마
  • 플러그인
  • 소식
    • 문서
    • 포럼
  • About
    • WordPress 6.9
    • 워드프레스 6.8
    • 워드프레스와 40% 웹을 위한 여정
    • 워드프레스 번역 핸드북
  • 워드프레스 한국팀
  • 워드프레스 받기
워드프레스 받기
WordPress.org

Plugin Directory

WPGreeks Securities

  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인
  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인

WPGreeks Securities

작성자: WPGreeks Pro
다운로드
  • 세부사항
  • 평가
  • 설치
  • 개발
지원

설명

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
  • 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)

스크린샷

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.

설치

  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.

FAQ

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.

후기

Great plugin

sumit2904 2026년 7월 9일
Excellent plugin! Lightweight, easy to configure, and the custom login URL works perfectly. The modern admin UI is a nice bonus. Great work!
모든 1 평가 읽기

기여자 & 개발자

“WPGreeks Securities”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자
  • WPGreeks Pro
  • Prashant Kansal
  • wpgreeks

자국어로 “WPGreeks Securities”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록을 RSS로 구독하세요.

변경이력

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.

기초

  • 버전 1.5.0
  • 최근 업데이트: 7일 전
  • 활성화된 설치 10보다 적음
  • 워드프레스 버전 6.9 또는 그 이상
  • 다음까지 시험됨: 7.0.2
  • PHP 버전 8.0 또는 그 이상
  • 언어
    English (US)
  • 태그:
    hardeninghtml sitemapsecurity
  • 고급 보기

평점

별 5점 만점에 5점.
  • 1/5-별점 후기 별 5개 1
  • 0/4-별점 후기 별 4개 0
  • 0/3-별점 후기 별 3개 0
  • 0/2-별점 후기 별 2개 0
  • 0/1-별점 후기 별 1개 0

Your review

모든 리뷰 보기

기여자

  • WPGreeks Pro
  • Prashant Kansal
  • wpgreeks

지원

할 말 있으신가요? 도움이 필요하신가요?

지원 포럼 보기

  • 소개
  • 뉴스
  • 호스팅
  • 개인정보
  • 쇼케이스
  • 테마
  • 플러그인
  • 패턴
  • 배우기
  • 지원
  • 개발자 도구
  • WordPress.tv ↗
  • 참여하기
  • 이벤트
  • 기부하기 ↗
  • 미래를 위한 5가지
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

한국어

  • X(이전 트위터) 계정 방문하기
  • 블루스카이 계정 방문하기
  • 마스토돈 계정 방문하기
  • 스레드 계정 방문하기
  • 페이스북 페이지 방문하기
  • 인스타그램 계정 방문하기
  • LinkedIn 계정 방문하기
  • 틱톡 계정 방문하기
  • 유튜브 채널 방문하기
  • 텀블러 계정 방문하기
코드는 詩다
The WordPress® trademark is the intellectual property of the WordPress Foundation.