PHP code example of pixelstudio / pixel-woo-library

1. Go to this page and download the library: Download pixelstudio/pixel-woo-library library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

pixelstudio / pixel-woo-library example snippets


    [
      'WC_Widget_Product_Tag_Cloud',
      'WC_Widget_Product_Categories'
      'WC_Widget_Top_Rated_Products',
      'WC_Widget_Recent_Reviews',
      'WC_Widget_Rating_Filter',
      'WC_Widget_Recently_Viewed',
    ]
    

apply_filters('h_cart_total_footnote', $text);

apply_filters('h_product_onsale_label', $text, $percentage);