Plugin Directory

Changeset 3235784


Ignore:
Timestamp:
02/06/2025 06:21:03 AM (13 months ago)
Author:
gothamdev
Message:

defer load of js

Location:
gothamazon/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gothamazon/trunk/gothamzone.php

    r3235295 r3235784  
    44 * Plugin URI:        https://gothamazon.com
    55 * Description:       Parse Amazon Product Advertising API Feed in 30 seconds
    6  * Version:           3.4.2
     6 * Version:           3.4.3
    77 * Requires PHP:      7.4
    88 * Author:            Kapsule Network
     
    14991499            if (! function_exists('kapsule_cloaking_rewritee')) {
    15001500                function kapsule_cloaking_rewritee() {
    1501                     wp_enqueue_script( 'gothamazon-js-obf', plugins_url('js/obf.js', __FILE__ ), array(), NULL );   
     1501                    wp_enqueue_script( 'gothamazon-js-obf', plugins_url('js/obf.js', __FILE__ ), array(), NULL, true );
    15021502                }
    15031503                add_action( 'wp_enqueue_scripts', 'kapsule_cloaking_rewritee' );
  • gothamazon/trunk/readme.txt

    r3235295 r3235784  
    44Tags: amazon affiliate, affiliate, affiliation, amazon, ecommerce, amazon product api
    55
    6 Stable tag: 3.4.2
     6Stable tag: 3.4.3
    77
    88Tested up to: 6.7
     
    180180== Changelog ==
    181181
     182= 3.4.3 =
     183
     184- Defer load of obf.js
     185
    182186= 3.4.2 =
    183187
Note: See TracChangeset for help on using the changeset viewer.