• Hi guys,
    Not sure to be on the right place for this request.
    I justed release a new plugin wich uses the WP Plugin API, and I notice that banners and plugin icons are not included in the API.
    As explained in my plugin WP Plugin Info Card (for french readers) :

    www.remarpro.com does not currently include a banner nor plugin logo in the API. As explained in the Developper Center, banners are located in the assets folder of the plugin repository (allowed format are JPG or PNG) and they are named banner-772×250.

    It would be nice to test if banner-772×250.jpg or banner-772×250.png exists, but WordPress does not accept HTTP request to their servers, so requests are blocked due to Cross-Origin restriction. It is the same issue for the plugin SVG, JPG or PNG logo.

    The workaround is to use CSS backgound fallback, but it gives a 404 server response. To avoid those errors, please specify the “logo” and “banner” parameters. In any case, 404 is not really an “error”, but a simple server response.

    So it would be nice to includes this informations into the API.
    I think it would be also nice to include the counter of “support topic” open and resolve.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Add more data to the plugin API’ is closed to new replies.