如何从Wordpress博客php调用Json服务?

时间:2022-10-30 23:23:42

Am trying to call outside JSON service in my wordpress blog.

我试图在我的wordpress博客中调用JSON外部服务。

I searched for plugins first I got JSON API Json API Plugin and WP REST API (WP API) WP REST API Plugin am not getting is these are the required plugins to call JSON services to my PHP wordpress blog. If these are the required am not getting how to call from this plugins as I have already installed this plugins in my blog.

我首先搜索了插件我得到了JSON API Json API插件和WP REST API(WP API)WP REST API插件我没有得到这些是将JSON服务调用到我的PHP wordpress博客所需的插件。如果这些是必需的,我没有得到如何从这个插件调用,因为我已经在我的博客中安装了这个插件。

I am trying to save user details on button click in my blog by calling Json service to store data in database and to get some data form JSON service to show on my wordpress page .

我试图通过调用Json服务将数据存储在数据库中来保存用户在我的博客中点击按钮的详细信息,并从我的wordpress页面上获取一些数据形式的JSON服务。

Please give me some information about my view of calling Json service in my blog.

请给我一些关于我在博客中调用Json服务的观点的信息。

1 个解决方案

#1


Use JSON API User wordpress plugin, and do some hard code inside plugin.

使用JSON API User wordpress插件,并在插件中执行一些硬编码。

#1


Use JSON API User wordpress plugin, and do some hard code inside plugin.

使用JSON API User wordpress插件,并在插件中执行一些硬编码。