このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

WP APP JSON

説明

This plugin provides JSON data to mobile APPs. Here’s the scenarios that you
could use this plugin: you want to develop a mobile app or app on mac, and the
app is to show the list of your blogs(in category, tag, or keywords), after
the app user click one item in the blog list, you would like to show him the
detail page of the item, but the logos/banners/sidebar of blog is suitable
only for a desktop other than a mobile device or you want to do something
different. In the case here, wp_app_json mayble could help.

Code:
Author: Zxial
Web: http://zxial.me

インストール

  1. Upload the zip to /wp-content/plugins/ dir
  2. Unzip the file and activate the plugin in WordPress.
  3. Enjoy

評価

このプラグインにはレビューがありません。

貢献者と開発者

WP APP JSON はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“WP APP JSON” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.1

  • fix bug of issue:2 on github, https://github.com/zxial/code-snippets/issues/2

1.0

  • Initial version