Releases: brainwp/brasa-slider
Releases · brainwp/brasa-slider
2.0.2
REST API
This version add a endpoint in WP REST API.
== HOW TO USE ==
In your site URL, add the endpoint address, exemple:
http://MY_SITE/wp-json/brasa-slider/id/4/?image_size=full
In this example, i get the slider by ID and return images in full size.
But, if you don't have the post ID you can get the slider object by name, example:
http://MY_SITE/wp-json/brasa-slider/name/?image_size=full&slider=my Slider Name
Example of return:
https://gist.github.com/matheusgimenez/147adfd180b65072e4d4c47e3a810c36
Old Release
Essa versão deverá ser usada nos sites anteriores a versão 1.0. Alguns filtros foram removidos na 1.0, sendo assim algumas funcionalidades criadas através da Plugin API (hooks) não funcionaram.
Fiquem atentos a isso, braseiros!