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)
- Host: GitHub
- URL: https://github.com/simonjthompson/wpversion
- Owner: SimonJThompson
- Created: 2017-01-31T20:19:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T20:26:27.000Z (over 9 years ago)
- Last Synced: 2025-01-28T01:46:06.231Z (over 1 year ago)
- Topics: fingerprinting, php, wordpress
- Language: PHP
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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');
```