Plugin Directory

Changeset 1060077


Ignore:
Timestamp:
01/05/2015 05:53:37 AM (11 years ago)
Author:
captaintheme
Message:

readme

Location:
woocommerce-quantity-increment
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-quantity-increment/tags/1.0.0/readme.txt

    r1060075 r1060077  
    2121To include it, add something like this to your `functions.php`:
    2222
    23 ```
     23`
    2424add_action( 'wp_enqueue_scripts', 'wcqi_enqueue_polyfill' );
    2525function wcqi_enqueue_polyfill() {
    2626    wp_enqueue_script( 'wcqi-number-polyfill' );
    2727}
    28 ```
     28`
    2929
    3030== Installation ==
  • woocommerce-quantity-increment/trunk/readme.txt

    r1060075 r1060077  
    2121To include it, add something like this to your `functions.php`:
    2222
    23 ```
     23`
    2424add_action( 'wp_enqueue_scripts', 'wcqi_enqueue_polyfill' );
    2525function wcqi_enqueue_polyfill() {
    2626    wp_enqueue_script( 'wcqi-number-polyfill' );
    2727}
    28 ```
     28`
    2929
    3030== Installation ==
Note: See TracChangeset for help on using the changeset viewer.