PluginProbe ʕ •ᴥ•ʔ
ShopPress – Shop Builder for Elementor and WooCommerce / trunk
ShopPress – Shop Builder for Elementor and WooCommerce vtrunk
shop-press / blocks / build / loop / stock / render.php
shop-press / blocks / build / loop / stock Last commit date
block.json 2 years ago index.asset.php 6 months ago index.js 6 months ago render.php 2 years ago
render.php
11 lines
1 <?php
2 /**
3 * Loop stock.
4 *
5 * @package ShopPress
6 */
7
8 defined( 'ABSPATH' ) || exit;
9
10 sp_load_builder_template( 'loop/loop-stock', $attributes );
11