芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/elementor-pro/modules/woocommerce/skins/skin-loop-product.php
parent->add_render_attribute( '_wrapper', 'class', 'woocommerce' ); parent::render(); } /** * Register Query Controls * * Registers the controls for the query used by the Loop. * * @since 3.8.0 */ public function register_query_controls( Loop_Widget_Base $widget ) { $this->parent = $widget; $this->add_query_controls( Loop_Module::QUERY_ID ); } protected function render_post() { global $product; $product = wc_get_product( get_the_ID() ); parent::render_post(); } }