该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Validated

描述

Is your website up to W3C HTML coding standards? This plugin will allow you to test each page or post on your site against the W3C Validator.

Want to contribute? Fork it: https://github.com/allan23/validated

屏幕截图

  • Example of validation.

安装

  1. Download the plugin, extract and upload it to your plugins folder on your server.

  2. Activate the plugin.

  3. Go to your posts or your pages and click the “Check” button.

常见问题

What does this plugin do?

This plugin will send the URL of your page or post to the W3C Validator API to verify that you have valid HTML code.

Does this plugin automatically correct any validation errors?

No. If your page or post is invalid, a link is provided to show you what needs to be fixed.

评价

2017 年 3 月 11 日 1 回复
Works very well! Love it! It would be very cool to allow one button press to validate all posts rather than click hundreds one by one. 🙂
2016 年 9 月 3 日
Looks like it was updated 4 weeks ago and it working great. Really useful plugin.
阅读所有5条评价

贡献者及开发者

“Validated” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Validated”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

2.1.2

  • Code styling issues resolved.
  • Resolves issue with false valid results.

2.1.1

  • Fixes bug reported by martinburchell when report data is empty.

2.1.0

  • Utilizes the W3C API instead of attempting to use the web-based validator.
  • Displaying error results in a modal instead of a new window.
  • Support for local development (or non-public URLs).

2.0.0

  • Complete revamp of 1.0.2.
  • Utilizes WordPress HTTP API, output escaping and saving results into postmeta.