Linux 软件免费装
Banner图

Edutain Certificate Validator

开发者 edutainmentuk
更新时间 2026年4月26日 17:10
PHP版本: 7.2 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

verification certificate csv validator certificate validator

下载

详情介绍:

Edutain Certificate Validator is a lightweight plugin that lets you publish a certificate verification form on your WordPress site. You upload a CSV containing your issued certificates, and visitors can enter a certificate code to verify whether it is valid. The plugin is fully functional out of the box. It does not lock, limit, or restrict any of its features, and it does not require any external service to work. Key Features Required CSV Columns Your CSV must contain these four columns (exact names): The Certificate Code must be unique across all records. Usage
  1. Install and activate the plugin.
  2. Go to Certificate Validator in the admin menu.
  3. Download the example CSV template to see the required format.
  4. Upload your completed CSV file.
  5. Visit the auto-created "Validate Certificate" page, or place the [edcv_validator] shortcode on any page or post.
Data Storage All uploaded certificate data is stored as a CSV file inside the WordPress uploads/edutain-certificate-validator/ directory on your own server. No external services are used and no data is sent anywhere outside your site.

安装:

  1. Upload the edutain-certificate-validator folder to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Certificate Validator in the admin menu to upload your CSV.
  4. Use the shortcode [edcv_validator] on any page or post, or visit the auto-created Validate Certificate page.

屏幕截图:

  • View, sort and paginate all uploaded certificate records. Each row can be deleted individually.
  • Instructions page showing the auto-created Verify Certificate URL and the shortcode to embed the validator anywhere.
  • Public certificate verification form. Visitors enter their certificate code and get an instant pass/fail result.

升级注意事项:

1.0.0 Initial release.

常见问题:

What columns must my CSV contain?

Your CSV must have exactly these four columns: Course Name, Student Name, Course Completion Date, Certificate Code. The Certificate Code must be unique for every record.

Can I upload multiple CSV files?

Yes. Each upload is merged with the existing dataset. Duplicate certificate codes are rejected.

Where is the certificate data stored?

In a CSV file inside wp-content/uploads/edutain-certificate-validator/ on your own server. The plugin attempts to protect this directory with an .htaccess file during activation.

Does this plugin connect to any external service?

No. All data stays on your server. No third-party API calls are made.

How do visitors verify a certificate?

They visit the Validate Certificate page that is auto-created on activation, or any page containing the [edcv_validator] shortcode, and enter their certificate code.

Is there a record limit?

No. You can upload as many records as your server can handle.

更新日志:

1.0.0