Plugin Directory

Changeset 3464418


Ignore:
Timestamp:
02/18/2026 02:40:38 PM (3 weeks ago)
Author:
gravitymaster97
Message:

Description of changes

Location:
short-description-and-attribute-show-loop-for-woocommerce/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • short-description-and-attribute-show-loop-for-woocommerce/trunk/includes/GMWPDL_Admin.php

    r3429415 r3464418  
    4949                'nonce' => wp_create_nonce('wp_rest'),
    5050                'moreplugin' => rest_url('gmwpdl/v1/moreplugin'),
    51                 'getsettings' => add_query_arg('rand', rand(), rest_url('gmwpdl/v1/get-settings')),
     51                'getsettings' => add_query_arg('rand', wp_rand(), rest_url('gmwpdl/v1/get-settings')),
    5252                'savedata' => rest_url('gmwpdl/v1/save-settings'),
    5353                'gmwpdl_translation' => $gmwpdl_translation,
  • short-description-and-attribute-show-loop-for-woocommerce/trunk/includes/GMWPDL_Frontend.php

    r3384626 r3464418  
    244244
    245245            if ( $stock_quantity !== null ) {
    246                 echo esc_html( $stock_quantity ) . ' ' . esc_html__( 'in stock', 'woocommerce' );
     246                echo esc_html( $stock_quantity ) . ' ' . esc_html__( 'in stock', 'short-description-and-attribute-show-loop-for-woocommerce' );
    247247            } else {
    248248                if ( $product->is_in_stock() ) {
    249                     echo esc_html__( 'In stock', 'woocommerce' );
    250                 } else {
    251                     echo esc_html__( 'Out of stock', 'woocommerce' );
     249                    echo esc_html__( 'In stock', 'short-description-and-attribute-show-loop-for-woocommerce' );
     250                } else {
     251                    echo esc_html__( 'Out of stock', 'short-description-and-attribute-show-loop-for-woocommerce' );
    252252                }
    253253            }
  • short-description-and-attribute-show-loop-for-woocommerce/trunk/readme.txt

    r3429415 r3464418  
    22Tags: display product details, product detail in product loop, product loop customization
    33Tested up to: 6.9
    4 Stable tag: 2.0
     4Stable tag: 4.0
    55Requires PHP: 5.0
    66License: GPLv2 or later
  • short-description-and-attribute-show-loop-for-woocommerce/trunk/short-description-and-attribute-show-loop-for-woocommerce.php

    r3429415 r3464418  
    33 * Plugin Name: Product Description and Attributes Loop For Woocommerce
    44 * Description: Show Description On shop and category page
    5  * Version:     2.0
     5 * Version:     4.0
    66 * Author:      Gravity Master
    77 * License:     GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.