Plugin Directory

Changeset 3393041


Ignore:
Timestamp:
11/10/2025 03:49:57 PM (5 weeks ago)
Author:
RogierLankhorst
Message:

update readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-consent-api/trunk/readme.txt

    r3392948 r3393041  
    9999    console.log( 'Service: ' + e.detail.service + ', consented: ' + e.detail.value );
    100100});
     101`
    101102
    102103## Existing integrations
     
    150151document.dispatchEvent( event );
    151152
    152 //dispatch event when consent type is defined
    153 let event = new CustomEvent('wp_consent_type_defined');
    154 document.dispatchEvent( event );
    155153
    156154//consent management plugin sets cookie when consent category value changes
Note: See TracChangeset for help on using the changeset viewer.