• Dear Team,
    I am using a plugin WPBI for create report (Chart & Tables). My concern is JSON-API can access the plugin . I create a sample hello
    world controller as in documentation and it work fine .
    <?php

    class JSON_API_Hello_Controller {

    public function hello_world() {
    return array(
    “message” => “Hello, world”
    );
    }

    }

    ?>

    My concern is how I can call my plugin with some parameters as input.
    Please help me with a solution

    Thanks,
    Anes

    http://wordpress.org/plugins/json-api/

  • The topic ‘How to call a plugin using Json-api plugin’ is closed to new replies.