开发者 | tammax |
---|---|
更新时间 | 2012年5月7日 04:42 |
PHP版本: | 3.0.2 及以上 |
WordPress版本: | 3.3.2 |
w3c
folder to the /wp-content/plugins/
directory<?php if ( function_exists('w3c_check_validation') ) { w3c_check_validation(); } ?>
in your templatesTo customize the plugin you can edit the file and change the lines of the two variables:
URL_isValid
URL_isINValid
you can insert text or images that you like better.
The result is displayed in <span id="validHTML"> </ span>
and you can change it at your leisure with a DIV or a P, and that the important 'ID tags that use both id = "validHTML"
Per personalizzare il plugin potete editare il file e modificare le righe delle due variabili :
URL_isValid
URL_isINValid
potete inserire immagini testi o quello che vi pare meglio.
Il risultato viene visualizzato in <span id="validHTML"></span>
e potete modificarlo a vostro piacere con un DIV o un P , l'importante e che l' ID del tag che usate sia id="validHTML"