PATH:
home
/
lab2454c
/
elementalrock.com
/
wp-content
/
plugins
/
elementor-pro
/
modules
/
woocommerce
/
widgets
<?php namespace ElementorPro\Modules\Woocommerce\Widgets; use ElementorPro\Modules\ThemeBuilder\Widgets\Post_Content; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Product_Content extends Post_Content { public function get_name() { return 'woocommerce-product-content'; } public function get_title() { return __( 'Product Content', 'elementor-pro' ); } public function get_categories() { return [ 'woocommerce-elements-single' ]; } public function get_keywords() { return [ 'content', 'post', 'product' ]; } }
[-] archive-products-deprecated.php
[edit]
[-] menu-cart.php
[edit]
[-] elements.php
[edit]
[-] product-stock.php
[edit]
[-] add-to-cart.php
[edit]
[-] product-rating.php
[edit]
[-] product-content.php
[edit]
[-] product-add-to-cart.php
[edit]
[-] product-additional-information.php
[edit]
[+]
..
[-] product-meta.php
[edit]
[-] product-upsell.php
[edit]
[-] products-base.php
[edit]
[-] breadcrumb.php
[edit]
[-] product-related.php
[edit]
[-] categories.php
[edit]
[-] products.php
[edit]
[-] product-images.php
[edit]
[-] single-elements.php
[edit]
[-] product-data-tabs.php
[edit]
[-] product-title.php
[edit]
[-] category-image.php
[edit]
[-] .htaccess
[edit]
[-] product-short-description.php
[edit]
[-] base-widget.php
[edit]
[-] product-price.php
[edit]
[-] products-deprecated.php
[edit]
[-] archive-description.php
[edit]
[-] archive-products.php
[edit]