Linux 软件免费装
Banner图

Ahsan Review Scheduler for WooCommerce

开发者 ahsan4477
更新时间 2026年6月5日 13:42
PHP版本: 8.0 及以上
WordPress版本: 7.0
版权: GPL-2.0+
版权网址: 版权信息

标签

scheduler woocommerce reviews product reviews csv import

下载

1.0.0

详情介绍:

Ahsan Review Scheduler for WooCommerce is a powerful plugin for WooCommerce store owners who need full control over their product review system. Whether you want to manually add a single review, bulk import hundreds via CSV, or schedule reviews to auto-publish at an exact future date and time — this plugin handles it all automatically. Key Features Technical Notes CSV Import Format Your CSV file should have these columns: id, review_title, review_content, review_score, date, product_id, product_sku, display_name, email, location Date format: YYYY-MM-DD HH:MM:SS

安装:

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins menu in WordPress
  3. Go to Ahsan Review Scheduler in your WordPress admin sidebar
  4. Configure your timezone in Settings
  5. Start adding or importing reviews
Minimum Requirements

升级注意事项:

1.0.0 Initial release.

常见问题:

Do scheduled reviews publish automatically?

Yes. The plugin uses WP-Cron (running every minute) as the primary scheduler. A transient-throttled fallback also runs on init for hosting environments where WP-Cron is unreliable.

What timezone does the plugin use for scheduling?

You can set any timezone in the plugin Settings page.

Does it work with all WooCommerce themes?

Yes. Reviews are stored as native WooCommerce reviews so they appear in the standard reviews tab.

Will duplicate reviews be imported?

No. The plugin detects duplicates and skips them automatically.

Is my data safe if I uninstall the plugin?

Reviews added through the plugin are stored as native WordPress comments and remain in your database after uninstall.

Why does the plugin use $wpdb->insert() instead of wp_insert_comment()?

WordPress flood-control filters can block rapid bulk imports. For bulk CSV imports, we bypass this using $wpdb->insert(). All data is fully sanitised before any database operation.

更新日志:

1.0.0