Plugin Directory

Changeset 3393053


Ignore:
Timestamp:
11/10/2025 04:17:11 PM (5 weeks ago)
Author:
RogierLankhorst
Message:

fix readme.txt formatting

File:
1 edited

Legend:

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

    r3392948 r3393053  
    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 );
    155 
    156153//consent management plugin sets cookie when consent category value changes
    157154wp_set_consent('marketing', 'allow');
Note: See TracChangeset for help on using the changeset viewer.