An open API service indexing awesome lists of open source software.

https://github.com/simonjthompson/wpversion

WordPress Version Detection (PHP)
https://github.com/simonjthompson/wpversion

fingerprinting php wordpress

Last synced: 2 months ago
JSON representation

WordPress Version Detection (PHP)

Awesome Lists containing this project

README

          

# WPVersion

A quick PHP class for fingerprinting WordPress versions.

## Usage

```php
$WPVersion = new WPVersion();
$WPVersion->check('www.domain.com');
```