=== Yzukar DisclosureBox ===
Contributors: rakuzy
Tags: affiliate disclosure, ai disclosure, disclosure, sponsored content, content labels
Requires at least: 6.3
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 0.1.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Lightweight disclosure boxes for AI-assisted, affiliate, and sponsored content.

== Description ==

Yzukar DisclosureBox helps publishers add consistent disclosure notices without external APIs, tracking scripts, or affiliate redirects.

The plugin includes:

* A `[yzukar_disclosurebox]` shortcode.
* A basic Disclosure Box block and a block pattern.
* Three disclosure types: AI-assisted, affiliate, and sponsored.
* Three visual styles: Clean, Soft, and Stripe.
* Global settings for default copy, style, type, and placement.
* Per-post overrides for automatic display.
* Placement at the top of content, after the first paragraph, or manually by shortcode/block.

Yzukar DisclosureBox is a formatting and workflow tool. It does not provide legal advice and does not guarantee compliance with any specific law, platform rule, or advertising policy.

== Installation ==

1. Upload the `yzukar-disclosurebox` folder to `/wp-content/plugins/`.
2. Activate the plugin through the Plugins screen in WordPress.
3. Go to Settings > Yzukar DisclosureBox to configure defaults.
4. Add a box manually with `[yzukar_disclosurebox]`, insert the Disclosure Box block, or enable automatic placement.

== Shortcode ==

Basic:

`[yzukar_disclosurebox]`

With options:

`[yzukar_disclosurebox type="affiliate" style="stripe" title="Affiliate disclosure" message="Some links may be affiliate links."]`

Allowed `type` values: `ai`, `affiliate`, `sponsored`.

Allowed `style` values: `clean`, `soft`, `stripe`.

== Frequently Asked Questions ==

= Does this plugin call external APIs? =

No. Yzukar DisclosureBox does not call external APIs and does not include tracking scripts.

= Is this a legal compliance plugin? =

No. The plugin helps display disclosure text, but the site owner remains responsible for the wording, placement, and legal review.

= Is there a paid version? =

The free plugin is fully usable as a disclosure box tool. Any future paid add-on must be separate, GPL-compatible, and must not turn this plugin into trialware.

== Screenshots ==

1. Settings screen with global disclosure defaults.
2. Disclosure Box block controls in the editor.
3. Front-end examples of Clean, Soft, and Stripe styles.

== Changelog ==

= 0.1.1 =
* Addressed WordPress.org review feedback for unique prefixes and sanitized post meta input.

= 0.1.0 =
* Initial submission-ready build with shortcode, block, pattern, global settings, per-post overrides, and automatic placement.
