A
A
Artyom2018-04-13 08:43:15
WordPress
Artyom, 2018-04-13 08:43:15

Is there a wordpress plugin to get whois?

Tell me if there is a plugin for wordpress that can take a value from an arbitrary field (the site's domain name) and display whois information for the given fields in the body of the post (not a complete list of whois, but only certain specified strings).
Or maybe someone has an implementation of such a function.
Well, or any leading information to resolve the issue.
Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
Orkhan Hasanli, 2018-04-14
@monkeybone

Hello!
Have you checked these plugins?
https://wordpress.org/plugins/powies-whois/
https://ru.wordpress.org/plugins/domainlabs-whois/
https://wordpress.org/plugins/quick-whois/
https://wordpress. org/plugins/domaincheck/
https://wordpress.org/plugins/domaintools-whois-plugin/
More suggestions - https://wordpress.org/plugins/tags/whois/

E
E, 2018-04-13
@aylo

find an api that does this (gives whois)
if you need it right in the body of the post, then use the add_filter( 'the_content', 'filter_function_name' ) filter
in it, get the data via curl and stick to the result.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question