跳至主要內容
WordPress.org

Taiwan 正體中文

  • 佈景主題目錄
  • 外掛目錄
  • 最新消息
  • 技術支援
  • 關於我們
  • 團隊
  • 取得 WordPress
取得 WordPress
WordPress.org

Plugin Directory

LANGA Tools Lite

  • 提交外掛
  • 我的最愛
  • 登入
  • 提交外掛
  • 我的最愛
  • 登入

LANGA Tools Lite

由 langaofficial 開發
下載
  • 詳細資料
  • 使用者評論
  • 安裝方式
  • 開發資訊
技術支援

外掛說明

LANGA Tools Lite is a lightweight, modular plugin built for developers and agencies who manage multiple WordPress sites.

Your Signature, Protected
Credits, custom login, forms, legal pages: your identity on every site, zero effort. Both stay active even after you hand over the site to your client.

Hours Saved, Every Project
One plugin replaces 8–12 tools. Configure once, deploy everywhere.

Professional Grade, Lightweight
Modular architecture: only active modules load. Built for production environments.

Lite Features

  • UI/UX Module: WP admin improvements, hide notices, user switching, ghost pages, preloader
  • Custom Login: Brand the WordPress login page with your logo and colors
  • Credits: “Like this website?” footer signature that never disappears
  • Maintenance Mode: Professional maintenance page with countdown
  • Events: Local event logging for debugging

PRO Features

Upgrade to LANGA Tools PRO to unlock all modules:

  • Safer (security hardening)
  • SEO tools
  • Cache management
  • Legal/GDPR pages
  • Contact Forms
  • Popup system
  • Business Card
  • And more

Get PRO

螢幕擷圖

LANGA Tools product overview
LANGA Tools product overview
Features and modules
Features and modules
All modules at a glance
All modules at a glance
PRO edition features
PRO edition features
Pricing and plans
Pricing and plans
Developer toolkit in action
Developer toolkit in action
Plugin ecosystem
Plugin ecosystem
Admin dashboard overview
Admin dashboard overview
Settings and configuration
Settings and configuration
Custom login setup
Custom login setup
Maintenance mode
Maintenance mode
Credits and branding
Credits and branding
Seasonal effects
Seasonal effects
Admin UX improvements
Admin UX improvements
Ghost pages and preloader
Ghost pages and preloader
Search and replace
Search and replace
Health dashboard
Health dashboard
Visual sitemap
Visual sitemap

安裝方式

  1. Upload the plugin files to /wp-content/plugins/langa-tools-lite/ or install through the WordPress plugins screen.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Navigate to LANGA Tools in the admin menu to configure.

常見問題集

What does this plugin do?

LANGA Tools Lite gives developers and agencies a free UI/UX toolkit: custom login screen branding, a persistent “built by” credits footer, maintenance mode, and seasonal effects. Your identity stays on every site you build, even after client handoff.

Do I need LANGA Tools PRO?

The Lite version is fully functional for branding and UI/UX. PRO unlocks 10+ additional modules: SEO, Forms, Legal (GDPR), Safer (security hardening), Cache, Business Card, Popup, Events, and AI. PRO also includes remote management from LANGA Server and priority support.

Does this plugin connect to external services?

Yes. The plugin communicates with the LANGA Tools Server (tools.langa.tv) to check license status and synchronize configuration. If enabled, Google Translate is also loaded. All external connections are fully disclosed in the plugin description.

Is this plugin GDPR compliant?

The plugin itself does not collect any visitor data. External services (Google Translate) are loaded only if you enable them. The PRO Legal module helps you generate GDPR-compliant privacy and cookie pages.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈LANGA Tools Lite〉的開發相關工作。

參與者
  • langaofficial

〈LANGA Tools Lite〉外掛目前已有 5 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈LANGA Tools Lite〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄。

變更記錄

1.0.39

  • Fix: removed call to undefined function on fresh install

1.0.39

  • Removed all literal style/script/link tags from PHP source
  • Credits button CSS extracted to file via wp_enqueue_style
  • langtoli_inline_style rewritten to wp_register_style + wp_add_inline_style
  • Custom CSS functionality completely removed

1.0.37

  • All inline styles/scripts use WP enqueue API
  • External CSS/JS via wp_register/enqueue
  • Sanitized bg_opacity and transition_ms
  • Custom CSS save handlers removed
  • Badge output wrapped in wp_kses
  • Inline JS variables escaped with esc_js

1.0.36

  • SMTP/Mail module physically removed from build
  • All license-gating code removed
  • Credits mode: only local (opt-in) or off (default)
  • All iframe/grayscale rendering removed
  • Maintenance footer attribution removed
  • Ghost pages nonce verification added
  • exclude_pages sanitized with sanitize_textarea_field

1.0.35

  • Removed Smart Setup PRO module configs (Cache/SEO/Safer/Legal)
  • Removed all license gating logic from module page
  • Removed Powered By from mail template
  • Added wp_kses_post to shortcode callback returns
  • Removed bridge references from registry

1.0.34

  • Converted all admin inline scripts to wp_print_inline_script_tag
  • Removed jQuery dependency from credits page (vanilla JS)
  • Removed Google Fonts external dependency
  • Added esc_html/esc_attr to all remaining unescaped outputs
  • Sanitized CSS output with wp_strip_all_tags

1.0.33

  • Removed all PRO module code from Lite package
  • Removed telemetry/heartbeat cron (bridge-protocol, sync-protocol, scheduler)
  • Removed user-switching functionality
  • Removed custom CSS/JS editor (use WordPress Customizer)
  • Removed Powered By attribution from maintenance and email
  • Fixed backup path to use uploads directory
  • Added wp_kses_post escaping to shortcode returns
  • Added esc_attr/esc_html to all remaining unescaped outputs
  • Replaced WP_PLUGIN_DIR with dirname(FILE)

1.0.32

  • Security: Removed anti-deactivation guard (mu-plugin protection system)
  • Security: Removed server sync for mixcode/boom/banned flags
  • Fix: Credits system is now fully opt-in (off by default)
  • Fix: Removed all trialware UI (locked module cards, PRO pricing)
  • Fix: Removed custom CSS/JS editor fields
  • Fix: Added escaping to all unescaped output variables
  • Fix: Stable tag aligned with plugin version
  • Requires WordPress 5.7 or later

1.0.11

  • Fix: WP_CONTENT_DIR replaced with WPMU_PLUGIN_DIR (always defined by WP core)
  • Fix: Removed error suppression on set_time_limit
  • Fix: Removed generic shortcodes [temp], [support_id], [friend_id], [breadcrumb]: use prefixed versions
  • Fix: Added nonce verification for user-switching switch-back action
  • Fix: Sanitized all POST inputs with wp_strip_all_tags / sanitize_text_field
  • Fix: Escaped output in dashboard widget, module page SVG, alias codes
  • Fix: Added phpcs annotations for inline scripts/styles in admin callbacks and standalone pages
  • Fix: Added phpcs annotations for SQL queries using schema-validated identifiers
  • Fix: Added recovery notice with download URL on failed activation
  • Improvement: Inline CSS for user-switching converted to wp_add_inline_style
  • Improvement: Visual Builder mu-plugin inline styles annotated for compliance

1.0.4

  • Improved Site Lock protection
  • Added Settings link on plugins page
  • Fixed custom login logo default
  • UI improvements for Branding & Credits panel

1.0.3

  • Initial public release
  • UI/UX module with admin improvements
  • Custom Login branding
  • Credits footer signature
  • Maintenance mode
  • Events logging

中繼資料

  • 版本 1.0.39
  • 最後更新 3 週前
  • 啟用安裝數 少於 10 次
  • WordPress 版本需求 5.7 或更新版本
  • 已測試相容的 WordPress 版本 7.0
  • PHP 版本需求 7.4 或更新版本
  • 語言

    Dutch、Dutch (Belgium)、English (US)、German、Russian、及 Spanish (Spain).

    將這個外掛本地化為你的母語版本

  • 標籤:
    brandingcreditscustom logindeveloper-toolsmaintenance
  • 進階檢視

評分

這個項目尚無任何評論記錄。

Your review

查看全部使用者評論

參與者

  • langaofficial

技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

檢視技術支援論壇

  • 關於我們
  • 最新消息
  • 主機代管
  • 隱私權
  • 展示網站
  • 佈景主題目錄
  • 外掛目錄
  • 區塊版面配置目錄
  • Learn
  • 技術支援
  • 開發者資源
  • WordPress.tv ↗
  • 共同參與
  • 活動
  • 贊助基金會 ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Taiwan 正體中文

  • 查看我們的 X (之前的 Twitter) 帳號
  • 造訪我們的 Bluesky 帳號
  • 造訪我們的 Mastodon 帳號
  • 造訪我們的 Threads 帳號
  • 造訪我們的 Facebook 粉絲專頁
  • Visit our Instagram account
  • Visit our LinkedIn account
  • 造訪我們的 TikTok 帳號
  • Visit our YouTube channel
  • 造訪我們的 Tumblr 帳號
程式碼,如詩
The WordPress® trademark is the intellectual property of the WordPress Foundation.