Information about wordpress API
-
Hi, I want to build a WordPress theme detector functionality like this website (https://www.wpthemedetector.com/). How can I start? Which API they are using?
Please help! Thanks! -
Hi there,
You’re posting in the support forums for the hosting provider, WordPress.com. For questions regarding the open source WordPress software, please ask the WordPress.org community who makes that software instead:
https://wordpress.org/support/forums/
That said, if I had to guess that page is simply scraping the source code of the site and looking at the
wp-content/themesfolder to see what theme is loading in the browser. An API is used to interact with data in the site’s database, and I don’t think it contains any info about what theme is installed on a site. -
- The topic ‘Information about wordpress API’ is closed to new replies.