Plugin Directory

Changeset 3110216

Timestamp:
07/01/2024 07:30:28 AM (9 days ago)
Author:
maheshpatel
Message:

Update readme file

Location:
recently-viewed-products-for-woocommerce/tags/1.0.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • recently-viewed-products-for-woocommerce/tags/1.0.0/README.txt

    r3110200 r3110216  
    6565Yes, you can manage it from Settings > Recently viewd Products.
    6666
     67
     68
     69
    6770
    6871== Changelog ==
  • recently-viewed-products-for-woocommerce/tags/1.0.0/admin/class-recently-viewed-products-for-woocommerce-admin.php

    r3110200 r3110216  
    133133            <?php echo '<h2>' . esc_html( 'WooCommerce Recently Viewed Products' ) . '</h2>'; ?>           
    134134            <?php
    135             echo '<p>' . esc_html(
    136                 'Recently Viewed Products Admin Settings Page. You can use Shortcode <b>[rvpw_products title="Recently Viewed Product"  limit=4 column=4]</b> to show product on anywhere you want to show.
     135            echo '<p>' . esc_(
     136                'Recently Viewed Products Admin Settings Page. You can use Shortcode <b>[rvpw_products title="Recently Viewed Product" limit=4 column=4]</b> to show product on anywhere you want to show.
    137137                Where title is for section title, limit is for display number of product in section and Column is for layout display of products.'
    138138            ) . '</p>';
Note: See TracChangeset for help on using the changeset viewer.