Loopress Light

설명

Loopress Light connects your WordPress site’s configuration to your development workflow. It reads and writes ACF (Advanced Custom Fields) field groups, post types, taxonomies, and options pages, and SEO settings and redirects (Yoast, RankMath), exposing all of it to the Loopress CLI (lps) as JSON so it can live in Git like any other code.

Features:

  • Sync ACF field groups, post types, taxonomies, and options pages: lps acf pull / lps acf push / lps acf list
  • Sync SEO settings and redirects (Yoast, RankMath): lps seo pull / lps seo push
  • Keep configuration in Git: history, diffs, code review, rollbacks
  • Move configuration between environments (local, staging, production)
  • REST API restricted to administrators, authenticated with WordPress application passwords

Need code snippet sync (Code Snippets, WPCode) or Composer dependency management too? Loopress Full is the full edition, free of charge, downloaded directly from loopress.dev instead of wordpress.org (see FAQ for why).

설치

  1. Upload the plugin folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Install and activate ACF, and/or Yoast SEO or RankMath, if you have not already.
  4. Open the Loopress menu item in the admin sidebar and follow the CLI pairing instructions.

FAQ

What is the difference between Loopress Light and Loopress Full?

Loopress Light (this plugin) syncs ACF field groups and SEO settings only. Loopress Full adds code snippet sync (Code Snippets, WPCode), Composer dependency management, a security audit, and platform diagnostics. Loopress Full costs nothing, it is not a paid upgrade: it is downloaded directly from loopress.dev instead of wordpress.org. Directory guidelines do not allow a plugin that installs executable code from external registries such as Packagist, and separately do not allow a plugin whose REST API can deploy arbitrary PHP/JS/CSS into another plugin such as Code Snippets or WPCode; both capabilities live in Loopress Full instead, not because of pricing. Installing Loopress Full deactivates Loopress Light automatically: it is a full replacement, not an add-on. See the documentation for the full feature comparison and download link.

Which ACF and SEO plugins are supported?

Advanced Custom Fields (options pages require ACF PRO), and either Yoast SEO or RankMath for SEO settings and redirects. Loopress Light detects whichever is active, and you keep using its interface as usual.

Does the plugin execute code by itself?

No. Loopress Light only reads and writes ACF field group definitions and SEO metadata through those plugins’ own APIs, exactly as when you edit them by hand in their interface. It never accepts or stores arbitrary code.

Who can access the REST API?

Only authenticated users with the manage_options capability (administrators). The CLI authenticates with a WordPress application password that you can revoke at any time.

Do I need the CLI?

The plugin is the site-side companion of the Loopress CLI (lps, installable from npm). Without the CLI, it does nothing beyond showing its admin page.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

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

기여자

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

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

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

변경이력

2026.7.6

  • The plugin now builds two editions from the same codebase. Loopress Light (this plugin) keeps snippet synchronization; Composer dependency management moved to the separate Loopress Full plugin, distributed from loopress.dev.

2026.7.5

  • Fixed all issues reported by the WordPress Plugin Check tool: escaped dynamic exception messages, added the missing direct access guard, and bumped “Tested up to” to 7.0.

2026.7.4

  • Fixed lps snippet pull failing to delete a locally removed snippet, and excluded trashed snippets from sync.

2026.7.3

  • Plugin management now relies entirely on WordPress core’s REST API instead of a custom endpoint.

2026.7.2

  • Added a diagnostics tab to the admin UI.
  • Unified the snippet REST route.
  • Switched the integrity hash from md5 to sha256.

2026.7.1

  • Improved compatibility of the WPCode sidecar file with the WPCode API.

2026.7.0

  • Initial release: basic UI for Composer dependency installation, and REST endpoints for the Loopress CLI.