Title: AIparently – AI Transparency for WordPress
Author: CDL – Cook Digital Labs
Published: <strong>24 de agosto de 2026</strong>
Last modified: 24 de agosto de 2026

---

Buscar plugins

![](https://ps.w.org/aiparently/assets/banner-772x250.png?rev=3664004)

![](https://ps.w.org/aiparently/assets/icon-256x256.png?rev=3663980)

# AIparently – AI Transparency for WordPress

 Por [CDL – Cook Digital Labs](https://profiles.wordpress.org/cookma/)

[Descargar](https://downloads.wordpress.org/plugin/aiparently.1.0.7.zip)

 * [Detalles](https://es-co.wordpress.org/plugins/aiparently/#description)
 * [Valoraciones](https://es-co.wordpress.org/plugins/aiparently/#reviews)
 *  [Instalación](https://es-co.wordpress.org/plugins/aiparently/#installation)
 * [Desarrollo](https://es-co.wordpress.org/plugins/aiparently/#developers)

 [Soporte](https://wordpress.org/support/plugin/aiparently/)

## Descripción

AIparently provides a focused, WordPress-native workflow for classifying posts, 
pages, and media as not using AI, AI-assisted, or AI-generated.

AIparently is developed and maintained by CDL – Cook Digital Labs.

The plugin deliberately separates the editor’s classification from the disclosure
decision. A central, versioned rule engine converts the stored classification into
visible and machine-readable disclosure information without rewriting saved content.

#### Features

 * Classification controls for posts, pages, and media attachments.
 * Visible disclosures for classified posts and pages.
 * Layout-neutral image badges for Gutenberg, featured images, WordPress attachment
   output, Elementor widgets, and classic content images.
 * Configurable image badge placement at the bottom left, center, or right.
 * Central overview with counts, status filters, edit links, and bulk classification.
 * Registered post metadata plus documented PHP and REST integration surfaces.
 * No cloud service, telemetry, tracking, or external network requests.

#### Data model

AIparently stores the editor’s declaration as normal WordPress post metadata. Missing
metadata remains “not reviewed” and is not silently interpreted as a declaration.

The versioned rule engine derives the current disclosure whenever content is rendered.
Future rule changes therefore do not require rewriting stored classifications.

#### REST API

AIparently registers endpoints under `aiparently/v1`:

 * `GET /content` lists content the authenticated user can edit and requires the`
   edit_posts` capability.
 * `GET /content/<id>` is public for published supported content and otherwise requires
   edit access.
 * `POST`, `PUT`, or `PATCH /content/<id>` updates a classification and requires
   edit access for that item.

Authenticated WordPress REST requests use WordPress core authentication, including
REST nonces for cookie-authenticated requests.

### Privacy

AIparently stores classifications and settings only in the site’s WordPress database
through native WordPress metadata and options APIs. It does not create custom database
tables.

The plugin does not collect personal data, contact third-party services, load remote
assets, track visitors, or send telemetry.

### External services

AIparently does not connect to external services and does not make external network
requests.

## Capturas

[⌊Settings for automatic disclosures, content placement, display style, image badges,
badge position, and the active ruleset.⌉⌊Settings for automatic disclosures, content
placement, display style, image badges, badge position, and the active ruleset.⌉[

Settings for automatic disclosures, content placement, display style, image badges,
badge position, and the active ruleset.

[⌊Central content overview with classification counts, status filters, direct edit
links, and bulk classification for posts, pages, and media.⌉⌊Central content overview
with classification counts, status filters, direct edit links, and bulk classification
for posts, pages, and media.⌉[

Central content overview with classification counts, status filters, direct edit
links, and bulk classification for posts, pages, and media.

[⌊Frontend comparison of an original image classified as No AI, an AI-assisted image,
and an AI-generated image with the appropriate disclosure badges.⌉⌊Frontend comparison
of an original image classified as No AI, an AI-assisted image, and an AI-generated
image with the appropriate disclosure badges.⌉[

Frontend comparison of an original image classified as No AI, an AI-assisted image,
and an AI-generated image with the appropriate disclosure badges.

[⌊AI-assisted image with a compact, layout-neutral frontend badge positioned at 
the bottom left of the image.⌉⌊AI-assisted image with a compact, layout-neutral 
frontend badge positioned at the bottom left of the image.⌉[

AI-assisted image with a compact, layout-neutral frontend badge positioned at the
bottom left of the image.

[⌊AI-generated image with a compact, layout-neutral frontend badge positioned at
the bottom right of the image.⌉⌊AI-generated image with a compact, layout-neutral
frontend badge positioned at the bottom right of the image.⌉[

AI-generated image with a compact, layout-neutral frontend badge positioned at the
bottom right of the image.

[⌊AI-generated content disclosure displayed inside the page's normal content flow
and content width.⌉⌊AI-generated content disclosure displayed inside the page's 
normal content flow and content width.⌉[

AI-generated content disclosure displayed inside the page’s normal content flow 
and content width.

## Instalación

 1. Upload the `aiparently` folder to `/wp-content/plugins/`, or install the plugin
    ZIP through the WordPress Plugins screen.
 2. Activate AIparently.
 3. Open **AIparently** in the WordPress admin menu to review and classify content.
 4. Open **AIparently > Settings** to configure visible output and image badge placement.

## FAQ

### Does AIparently send content to an AI or cloud service?

No. AIparently does not include telemetry, tracking, cloud services, or external
requests.

### Does activation classify existing content?

No. Existing content is shown as “not reviewed” until an editor explicitly saves
a classification.

### Does the image badge modify the image file or crop?

No. The original image file is never changed. The badge overlay is positioned independently
and does not replace image dimensions, responsive attributes, inline styles, object
fitting, borders, padding, or cropping.

### Is this legal advice or a complete AI Act compliance system?

No. AIparently is a technical transparency foundation. Site owners remain responsible
for deciding which content must be disclosed and for obtaining legal advice where
needed.

## Reseñas

No hay reseñas para este plugin.

## Colaboradores y desarrolladores

«AIparently – AI Transparency for WordPress» es un software de código abierto. Las
siguientes personas han colaborado con este plugin.

Colaboradores

 *   [ CDL – Cook Digital Labs ](https://profiles.wordpress.org/cookma/)

[Traduce «AIparently – AI Transparency for WordPress» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/aiparently)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/aiparently/) , echa
un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/aiparently/) o
suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/aiparently/)
por [RSS](https://plugins.trac.wordpress.org/log/aiparently/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 1.0.7

 * Uses English source strings throughout and includes a complete German translation.
 * Adds a current translation template for WordPress.org and local translation workflows.
 * Keeps content disclosures inside the theme’s normal content flow and content 
   width.
 * Adds a layout-neutral flow container for reliable output in block and classic
   themes.
 * Standardizes the plugin name and all current manufacturer references to CDL –
   Cook Digital Labs.
 * Preserves classifications, disclosure rules, image output, REST endpoints, and
   integration APIs.

#### 1.0.6

 * Changes the plugin author to CDL – Cook Digital Labs.
 * Hardens REST collection queries so only content editable by the authenticated
   user is returned.
 * Adds strict REST argument schemas and validation for classification, status, 
   and pagination values.
 * Adds a dedicated nonce to media attachment classification saves.
 * Tightens admin input validation and excludes revisions from classification writes.
 * Expands WordPress.org documentation, privacy, licensing, and external-service
   disclosures.
 * Reformats bundled source assets for human-readable review without changing behavior.

#### 1.0.5

 * Adds an admin setting for image labels at the bottom left, center, or right.
 * Keeps all three positions layout-neutral and responsive.

#### 1.0.4

 * Makes the image marker wrapper layout-neutral so image dimensions and cropping
   remain unchanged.
 * Positions labels as independent overlays without modifying image or container
   styles.
 * Keeps overlay positions synchronized on resize, scrolling, responsive changes,
   and lazy loading.

#### 1.0.3

 * Adds the WordPress-native per-image content filter for raw images in classic 
   page content.
 * Prevents duplicate labels when an image has already been handled by Gutenberg,
   Elementor, or an attachment-image API.

#### 1.0.2

 * Detects media-library attachment IDs by URL inside Elementor HTML and custom 
   widgets.
 * Labels every classified image in a scoped Elementor widget, including widgets
   with multiple direct image tags.

#### 1.0.1

 * Adds visible overlay labels to Gutenberg images, featured images, WordPress attachment
   output, and the Elementor Image Widget.
 * Centralizes image label rendering while preserving responsive image attributes
   and links.

#### 1.0.0

 * Initial release.

## Meta

 *  Versión **1.0.7**
 *  Última actualización **hace 6 días**
 *  Instalaciones activas **Menos de 10**
 *  Versión de WordPress ** 6.2 o superior **
 *  Probado hasta **7.1**
 *  Versión de PHP ** 7.4 o superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/aiparently/)
 * Etiquetas
 * [ai content](https://es-co.wordpress.org/plugins/tags/ai-content/)[artificial intelligence](https://es-co.wordpress.org/plugins/tags/artificial-intelligence/)
   [disclosure](https://es-co.wordpress.org/plugins/tags/disclosure/)[media](https://es-co.wordpress.org/plugins/tags/media/)
   [transparency](https://es-co.wordpress.org/plugins/tags/transparency/)
 *  [Vista avanzada](https://es-co.wordpress.org/plugins/aiparently/advanced/)

## Valoraciones

Aún no se han enviado valoraciones.

[Tu valoración](https://wordpress.org/support/plugin/aiparently/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/aiparently/reviews/)

## Colaboradores

 *   [ CDL – Cook Digital Labs ](https://profiles.wordpress.org/cookma/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/aiparently/)