Title: AISmart Content Studio
Author: aismartcontent
Published: <strong>Juni 29, 2026</strong>
Last modified: Juli 4, 2026

---

Search plugins

![](https://ps.w.org/aismart-content-studio/assets/icon-256x256.png?rev=3593316)

# AISmart Content Studio

 By [aismartcontent](https://profiles.wordpress.org/aismartcontent/)

[Download](https://downloads.wordpress.org/plugin/aismart-content-studio.zip)

 * [Details](https://su.wordpress.org/plugins/aismart-content-studio/#description)
 * [Reviews](https://su.wordpress.org/plugins/aismart-content-studio/#reviews)
 *  [Installation](https://su.wordpress.org/plugins/aismart-content-studio/#installation)
 * [Development](https://su.wordpress.org/plugins/aismart-content-studio/#developers)

 [Support](https://wordpress.org/support/plugin/aismart-content-studio/)

## Description

AISmart Content Studio provides a WordPress admin interface for connecting a site
to AISmartContent, onboarding a workspace, and operating content/token workflows
from one dashboard.

Key capabilities:

 * Guided onboarding flow for first-time setup.
 * Automatic app environment sync from WordPress configuration (no manual .env editing
   per site).
 * Workspace-aware token and usage operations from admin pages.
 * Multilingual integration support for translation workflows.
 * Hardened API transport with signed requests and TLS verification.
 * WordPress-native admin pages with secure outbound launch links for cloud actions(
   no embedded admin iframe).

This plugin is intended for site administrators and agency operators who need centralized
control of AISmartContent integration per WordPress site.

### External Services

This plugin connects to AISmartContent cloud services to complete onboarding, workspace
linking, token usage operations, and content workflow actions.

This plugin may call Google Translate public endpoint as a translation fallback 
for multilingual workflows.

This plugin may call LoremFlickr as an image fallback source when upstream image
generation is unavailable.

Service endpoints:

 * https://aismartcontent.co
 * https://translate.googleapis.com (fallback translation requests)
 * https://loremflickr.com (fallback image requests)

Data sent to the service may include:

 * Site URL and site domain
 * Admin email (for onboarding and account linking)
 * Workspace and user context returned by onboarding
 * Plugin version and request metadata used to authenticate signed API requests
 * Translation text payloads and language codes when fallback translation is used
 * Image search query text and requested image dimensions when fallback image generation
   is used

Why data is sent:

 * To authenticate and connect your WordPress site with an AISmartContent workspace
 * To execute plugin features that require cloud API processing
 * To translate content when multilingual fallback translation is requested
 * To return a placeholder image when image generation fallback is requested

Service terms and policies:

 * AISmartContent Terms: https://aismartcontent.co
 * AISmartContent Privacy: https://aismartcontent.co
 * Google Terms: https://policies.google.com/terms
 * Google Privacy: https://policies.google.com/privacy
 * LoremFlickr service site: https://loremflickr.com

## Installation

 1. Upload the plugin folder to `/wp-content/plugins/` or install the plugin zip from
    WordPress admin.
 2. Activate AISmart Content Studio in WordPress admin.
 3. Open `AISmart Content Studio > Onboarding` and complete connection steps.
 4. Use the dashboard and related pages to configure workspace behavior.

## FAQ

### Do I need SSH/Composer on shared hosting?

Normally no for this packaged release because dependencies are bundled in the plugin.

### Does this plugin call OpenAI or Gemini directly from WordPress?

No. This plugin is designed to call AISmartContent APIs, and AISmartContent handles
downstream provider operations.

### Where are credentials stored?

Onboarding and signing configuration is stored in WordPress options. Runtime app
configuration is synced for plugin runtime execution.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“AISmart Content Studio” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ aismartcontent ](https://profiles.wordpress.org/aismartcontent/)

[Translate “AISmart Content Studio” into your language.](https://translate.wordpress.org/projects/wp-plugins/aismart-content-studio)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/aismart-content-studio/),
check out the [SVN repository](https://plugins.svn.wordpress.org/aismart-content-studio/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/aismart-content-studio/)
by [RSS](https://plugins.trac.wordpress.org/log/aismart-content-studio/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.0

 * Added new Article Type selector (B1-B5) in Content Manager with interactive hover
   previews.
 * Added end-to-end `type_blog` support in create flow, API payload routing, post
   metadata, and post-data response.
 * Added normalized blog type handling and label mapping for types 1-9 in backend
   create/update paths.
 * Added richer preview-card UI styles and selection state sync for article-type
   workflow.
 * Added Phase2 for Advanced Blog Template: injects 2 additional in-body images 
   on fresh create flows.
 * Added safe responsive body-image markup with duplicate guards to reduce malformed
   layout risks.
 * Added Phase2 tracking fields and metadata for body-image injection diagnostics.
 * Added project roadmap document `WP_Advance_PostType.md` covering Phase1/Phase2
   scope and next phases.

#### 1.6

 * Fixed Translation panel row getting stuck in draft-style progress after Publish
   and Translate.
 * Added explicit row publish endpoint and publish-then-queue translation flow for
   draft rows.
 * Added anti-loop polling guard when language provider context changes during status
   refresh.
 * Added timeout recovery refresh for row publish actions to avoid stale UI states.
 * Standardized action labels to “Publish and Translate” across Content Manager.

#### 1.5

 * Hardened Content Manager AJAX timeout handling for heavy Draft Now and queue 
   actions.
 * Added action-specific timeout windows for long-running create/queue/translate/
   image workflows.
 * Prevented false 30-second timeout failures after multilingual plugin switching.
 * Added graceful timeout recovery flow that refreshes settings, topics, and translations.
 * Improved cross-plugin reliability when switching providers and returning to Polylang.

#### 1.4

 * Fixed a critical admin fatal caused by duplicate AJAX output guard function declaration.
 * Removed duplicate `aismart_bootstrap_ajax_output_guard` definition and duplicate
   hook registration.
 * Restored stable plugin bootstrap flow so admin pages no longer crash after loading
   the plugin.
 * Confirmed plugin remains active and Content Manager endpoints return valid JSON
   after fix.

#### 1.3

 * Fixed Content Manager loading freeze after multilingual provider switching.
 * Added frontend AJAX timeout (30s) with stronger JSON recovery from noisy responses.
 * Added graceful fallback UI when workspace settings cannot load, preventing permanent
   loading states.
 * Added backend AJAX output guard for AISmart actions to reduce warning/noise JSON
   contamination.
 * Fixed frontend initialization blocker that could prevent workspace, credit, and
   topic loaders from running.
 * Improved cross-plugin reliability across Polylang, TranslatePress, WPML, Bogo,
   and WPGlobus.

#### 1.2

 * Improved multilingual translation reliability for large language sets.
 * Added safer background processing for heavy translation workflows to avoid timeout-
   related failures.
 * Extended queued translation handling for high-locale workloads so create/publish
   responses return faster.
 * Hardened AJAX response handling against noisy runtime output and mixed JSON payloads.
 * Improved translation status accuracy for WPML projects with stricter completion
   checks.
 * Added backend queued-state exposure and frontend auto-resume polling after hard
   refresh.
 * Improved translation progress UX and overall Content Manager stability across
   WPML, Polylang, and TranslatePress.

#### 1.1

 * Improved multilingual provider compatibility and translation status reliability
   across Bogo, Polylang, WPML, and TranslatePress.
 * Fixed translation panel progress resets so in-progress translations remain accurate
   after refresh.
 * Improved translated-content visibility so existing translated topics are recognized
   more accurately.
 * Enhanced image relevance in Create Post and auto-translate workflows.
 * Reduced repeated and near-duplicate topic suggestions with stronger dedupe logic.
 * Added workspace-scoped recent topic memory (last 100) to reduce cross-session
   topic repetition.
 * Improved queue processing stability and overall Content Manager experience.

#### 1.0

 * Initial public package of AISmart Content Studio.
 * Added onboarding and workspace connection flow.
 * Added automatic environment sync and security hardening for packaged release.

## Meta

 *  Version **2.0**
 *  Last updated **5 jam ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.4 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 8.1 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/aismart-content-studio/)
 * Tags
 * [AI](https://su.wordpress.org/plugins/tags/ai/)[content](https://su.wordpress.org/plugins/tags/content/)
   [multilingual](https://su.wordpress.org/plugins/tags/multilingual/)[onboarding](https://su.wordpress.org/plugins/tags/onboarding/)
   [token](https://su.wordpress.org/plugins/tags/token/)
 *  [Advanced View](https://su.wordpress.org/plugins/aismart-content-studio/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/aismart-content-studio/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/aismart-content-studio/reviews/)

## Contributors

 *   [ aismartcontent ](https://profiles.wordpress.org/aismartcontent/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/aismart-content-studio/)