# Upload to your WordPress installation
wp-content/mu-plugins/lr-coming-soon-page.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Plugin Name: LR Temporary Download | |
| * Description: Serve files through obfuscated, time-limited download links. The public URL (/?download=slug) is stable and safe to publish in forms, emails, and confirmation pages — it redirects through a short-lived rotating token so the actual file path is never exposed. Supports PDF, ZIP, DOCX, XLSX, PPTX, MP4. Per-file download counters, attachment/inline disposition, and configurable token lifetime. Not a login gate or paywall — just a clean delivery layer with visibility. | |
| * | |
| * Usage: | |
| * - Public, stable URL: /?download=SLUG | |
| * - Internal, temporary URL: /?download_token=XYZ (never used manually) | |
| * | |
| * Admin: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Plugin Name: LR ACF Quick Text Editor | |
| * Description: Lightweight meta box for editing ACF flexible content text fields directly in the post editor. Also supports root-level ACF fields outside flex content. Configurable via Settings > Quick Text Editor. | |
| * Author: Luis Martinez | |
| * Author URI: https://www.lessrain.com | |
| * Version: 7.3.3 | |
| * Requires PHP: 7.4 | |
| * | |
| * Changelog 7.3.3 (14/04/2026) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Plugin Name: LR ACF Suite | |
| * Description: ACF/ACFE management — performance, field-group collapse, permissions and HTML escaping. Configurable via Settings → LR ACF Suite. | |
| * Version: 1.1.1 | |
| * Author: Luis Martinez | |
| * Author URI: https://www.lessrain.com | |
| */ | |
| if ( ! defined( 'ABSPATH' ) ) exit; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Plugin Name: LR Admin Columns | |
| * Description: Unified admin list columns — Featured Image, URL Path, Modified Date, Post ID. Per-column enable/disable, role visibility, and URL path truncation — all configurable via Settings → LR Admin Columns. | |
| * Version: 1.3.6 | |
| * Author: Luis Martinez | |
| * Author URI: https://www.lessrain.com | |
| * Requires at least: 5.6 | |
| * Tested up to: 6.5 | |
| * Requires PHP: 7.4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Plugin Name: LR LLMs Generator | |
| * Description: Generates a multilingual llms.txt for LLM indexing and serves clean .md endpoints for every public post/page. Unified settings under Tools. | |
| * Version: 3.5.2 | |
| * Author: Luis Martinez | |
| * Author URI: https://www.lessrain.com | |
| * Requires at least: 5.6 | |
| * Tested up to: 6.5 | |
| * Requires PHP: 7.4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Plugin Name: LR DB Search & Replace (MU) | |
| * Description: Safe serialization-aware DB search & replace. Protected by | |
| * default — attachments, core options, media paths, GUIDs are | |
| * always locked unless you explicitly unlock them. | |
| * Author: Luis Martinez / Less Rain | |
| * Version: 4.0.0 | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Plugin Name: LR Resource Hints Manager | |
| * Description: Centralized preload / prefetch / preconnect manager for critical assets (hero videos, images, fonts). | |
| * Supports responsive image preloading via the `media` attribute — define separate hints for | |
| * desktop and mobile breakpoints on the same page slot. | |
| * Page-specific and infrastructure-safe. Designed for performance tuning. | |
| * | |
| * Admin: | |
| * Tools → LR Resource Hints |
Exported: 2025-12-04T14:30:38.438Z Source: https://chatgpt.com/share/69319b44-a904-8005-a2f5-72da3bd8cbd8
Create a complex message that includes:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Plugin Name: LR Classic Editor Compatibility | |
| * Plugin URI: https://www.lessrain.com | |
| * Description: Ensures proper CSS loading for Classic Editor, ACF, and shortcode-based content in WordPress 6.9+. | |
| * Author: Luis Martinez | |
| * Author URI: https://www.lessrain.com | |
| * Version: 1.0.0 | |
| */ | |
| // Prevent direct access |
NewerOlder