Home > OS >  WordPress Get info from cmd/another place
WordPress Get info from cmd/another place

Time:01-07

is it possible to host code on online place, running and send results to WordPress, so can read and use as well on Wordpress? Thanks

CodePudding user response:

Yes, it is possible. You can create an API project with API functions and Wordpress can send requests remotely to the API you are to create.

  •  Tags:  
  • Related