PluginProbe
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more / 2.1
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more v2.1
3.7.0 3.6.0 3.6.1 3.5.2 trunk 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.6.0 2.6.1 3.0.0 3.0.1 All 71 releases
stockpack / assets / js / stockpack-helpers.js

stockpack-helpers.js in StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more 2.1, at assets/js/stockpack-helpers.js

8 lines 253 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 import StockpackImagesModel from './models/stockpack-images-model';
2
3 window.getStockpackQuery = function( props ) {
4 return new StockpackImagesModel( null, {
5 props: _.extend( _.defaults( props || {}, { orderby: 'date' } ), { query: true } ),
6 } );
7 };
8