Title: Digitizer Site Worker for Aura
Author: Digitizer
Published: <strong>2 آوریل 2026</strong>
Last modified: 2 آوریل 2026

---

جستجوی افزونه‌ها

![](https://ps.w.org/digitizer-site-worker/assets/banner-772x250.png?rev=3497876)

![](https://ps.w.org/digitizer-site-worker/assets/icon-256x256.png?rev=3497877)

# Digitizer Site Worker for Aura

 توسط [Digitizer](https://profiles.wordpress.org/benkalsky/)

[دانلود](https://downloads.wordpress.org/plugin/digitizer-site-worker.1.3.5.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/digitizer-site-worker/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/digitizer-site-worker/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/digitizer-site-worker/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/digitizer-site-worker/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/digitizer-site-worker/)

## توضیحات

Digitizer Site Worker for Aura is a lightweight WordPress plugin that enables remote
site management through the Aura dashboard. It provides secure REST API endpoints
for:

 * **Site Health Status** – WordPress version, PHP version, plugins, themes, database
   info, disk usage
 * **Plugin Updates** – Update individual plugins remotely
 * **Theme Updates** – Update themes remotely
 * **Core Updates** – Update WordPress core remotely
 * **Translation Updates** – Bulk update all translations
 * **Database Updates** – Run WordPress core database upgrades and plugin-specific
   migrations (Elementor, WooCommerce, Crocoblock)

#### Security

Three layers of authentication protect all API endpoints:

 1. **WordPress Application Password** – Standard WordPress REST API authentication
 2. **Aura Site Token** – Unique token verified via X-Aura-Token header
 3. **IP Whitelist** – Optional IP restriction for additional security
 4. **Domain Whitelist** – Optional origin domain restriction

#### External Service

This plugin connects to the [Aura dashboard](https://my-aura.app/) to enable remote
site management.
 When connected, the Aura dashboard sends authenticated REST API
requests to your site to check health status and perform updates. The plugin itself
does not send data outbound — it only responds to authenticated incoming requests.

 * [Aura Terms of Service](https://my-aura.app/terms)
 * [Aura Privacy Policy](https://my-aura.app/privacy)

#### Requirements

 * WordPress 6.2 or higher
 * PHP 7.4 or higher
 * WordPress REST API enabled
 * Application Password support (WordPress 5.6+)

## عکس‌های صفحه

 * [[
 * Digitizer Site Worker settings page — configure your site token, IP whitelist,
   and domain whitelist.
 * [[
 * Connection test section — verify your API endpoint and plugin version.
 * [[
 * Security settings — manage IP and domain whitelists for enhanced protection.
 * [[
 * Activity log — monitor remote update and maintenance operations.

## نصب

 1. Upload the `digitizer-site-worker` folder to `/wp-content/plugins/`
 2. Activate the plugin through the Plugins menu
 3. Go to Tools > Digitizer Site Worker to find your site token
 4. Add the site token to your Aura dashboard

## سوالات متداول

### Is this plugin safe?

Yes. All endpoints require three layers of authentication. No actions can be performed
without valid credentials.

### Does this plugin slow down my site?

No. The plugin only loads its REST API endpoints. It has zero impact on frontend
performance.

### What happens if I deactivate the plugin?

Your Aura dashboard will no longer be able to communicate with this site. No data
is lost.

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“Digitizer Site Worker for Aura” نرم افزار متن باز است. افراد زیر در این افزونه 
مشارکت کرده‌اند.

مشارکت کنندگان

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

[ترجمه “Digitizer Site Worker for Aura” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/digitizer-site-worker)

### علاقه‌ مند به توسعه هستید؟

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

## گزارش تغییرات

#### 1.3.5

 * Fix: Restore clean icon for WordPress.org

#### 1.3.4

 * Branding update: New banners and icons
 * Improved screenshots and documentation

#### 1.3.3

 * Initial release to WordPress.org
 * CI/CD deploy automation
 * Tested up to WordPress 7.0

#### 1.3.2

 * Fix: Clear plugin cache after self-update to ensure correct version is reported
 * Uses wp_clean_plugins_cache() + wp_cache_flush() before reading new version

#### 1.3.1

 * Security: Use specific WordPress capabilities for REST API permission callbacks
    - update/plugin  update_plugins
    - update/core  update_core
    - update/theme  update_themes
    - update/translations  update_core
    - update/database  update_core
    - self-update  update_plugins
 * Addresses WordPress.org plugin review feedback (Review ID: R digitizer-site-worker/
   benkalsky/22Mar26)

#### 1.3.0-beta.6

 * Fix: Run Elementor upgrade callbacks directly and synchronously, bypassing the
   background runner that relies on loopback HTTP/WP-Cron — works reliably regardless
   of DISABLE_WP_CRON setting

#### 1.3.0-beta.5

 * Fix: Elementor migrations now deferred to WP-Cron instead of running inline —
   prevents REST API timeout from loopback HTTP blocking

#### 1.3.0-beta.4

 * Feature: Self-update endpoint (POST /self-update) — update AuraWorker from a 
   GitHub release zip URL
 * Feature: URL validation restricts self-update to official Digitizers/AuraWorker
   GitHub releases

#### 1.3.0-beta.3

 * Fix: Elementor/Elementor Pro migrations now run asynchronously via Elementor’s
   batched background task system
 * Fix: Removed premature version option update that marked migrations as complete
   before background tasks finished

#### 1.3.0-beta.2

 * Fix: Database migrations could timeout — added set_time_limit(120) for long-running
   migrations
 * Fix: Catch \Throwable instead of \Exception to handle PHP fatal errors during
   migrations

#### 1.3.0-beta.1

 * Feature: Plugin-specific database migration support (Elementor, Elementor Pro,
   WooCommerce, JetEngine/Crocoblock)
 * Feature: New GET /database-status endpoint — returns pending migration status
   for detected plugins
 * Feature: POST /update/database now accepts optional `plugin` parameter for targeted
   migrations
 * Feature: `aura_worker_migration_registry` filter for third-party plugin migration
   registration

#### 1.2.0

 * Security: Fix IP whitelist bypass via spoofable proxy headers — now uses REMOTE_ADDR
   only
 * Security: Standardize capability checks to manage_options for all endpoints
 * Security: Protect site token from form overwrite via sanitize_callback
 * Security: Cast token header to string for PHP 8 compatibility
 * Security: Add validate_callback with regex for plugin/theme parameters
 * Fix: update_core() missing false check — filesystem failures silently reported
   success
 * Fix: update_core() sprintf received array instead of version string
 * Fix: update_core() missing is_array guard before accessing updates array
 * Fix: update_plugin() and update_theme() treated null return as success
 * Fix: update_translations() dead is_wp_error check — false return reported as 
   success
 * Fix: Raw SQL interpolation in get_status() — now uses $wpdb->prepare()
 * Fix: Disk usage iterator changed from SELF_FIRST to LEAVES_ONLY
 * Cleanup: Removed duplicate require_once in update_core()
 * Cleanup: Removed unnecessary flush_rewrite_rules() calls

#### 1.0.0

 * Initial release
 * Site health status endpoint
 * Plugin, theme, and core update endpoints
 * Translation and database update endpoints
 * Three-layer security (Application Password + Site Token + IP Whitelist)
 * Settings page under Tools menu

## اطلاعات

 *  نگارش **1.3.5**
 *  Last updated **2 ماه پیش**
 *  نصب‌های فعال **کمتر از 10**
 *  نگارش وردپرس ** 6.2 یا بالاتر **
 *  Tested up to **7.0**
 *  نگارش PHP ** 7.4 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/digitizer-site-worker/)
 * Tags
 * [dashboard](https://fa.wordpress.org/plugins/tags/dashboard/)[maintenance](https://fa.wordpress.org/plugins/tags/maintenance/)
   [management](https://fa.wordpress.org/plugins/tags/management/)[remote](https://fa.wordpress.org/plugins/tags/remote/)
   [updates](https://fa.wordpress.org/plugins/tags/updates/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/digitizer-site-worker/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

[Your review](https://wordpress.org/support/plugin/digitizer-site-worker/reviews/#new-post)

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/digitizer-site-worker/reviews/)

## مشارکت کنندگان

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

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/digitizer-site-worker/)