Deskripsi
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).
Instalasi
- Upload the plugin folder to
/wp-content/plugins/. - Activate the plugin through the Plugins screen in WordPress.
- Install and activate ACF, and/or Yoast SEO or RankMath, if you have not already.
- Open the Loopress menu item in the admin sidebar and follow the CLI pairing instructions.
Tanya Jawab
-
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_optionscapability (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.
Ulasan
Belum ada ulasan untuk plugin ini.
Kontributor & Pengembang
“Loopress Light” adalah perangkat lunak open source. Berikut ini mereka yang sudah berkontribusi pada plugin ini.
KontributorTerjemahkan “Loopress Light” dalam bahasa Anda.
Tertarik mengembangkan?
Lihat kode, periksa repositori SVN , atau mendaftar ke log pengembangan melalui RSS.
Log Perubahan
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 pullfailing 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.